Access) (AllForms.Count 屬性
使用 Count 屬性可判斷指定集合中的專案數。 唯讀的 Long。
語法
運算式。計數
表達 代表 AllForms 物件的 變數。
範例
例如,如果您想要判斷目前在資料庫上開啟或現有的表單數目,您會使用下列程式碼字串。
' Determine the number of open forms.
forms.count
' Determine the number of forms (open or closed)
' in the current database.
currentproject.allforms.count
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。