다음을 통해 공유


AllReports.Count Property (Access)

You can use the Count property to determine the number of items in a specified collection. Read-only Long.

Syntax

.Count

A variable that represents an AllReports object.

Example

For example, if you want to determine the number of forms currently open or existing on the database, you would use the following code strings

' Determine the number of open forms. 
 
forms.count 
 
' Determine the number of forms (open or closed) 
' in the current database. 
 
currentproject.allforms.count

참고 항목

개념

AllReports Object Members

AllReports Collection