T
Thomas Wiedmann
Hello,
my MS Access database has some forms and reports, but both statements
Application.Forms.Count
Application.Reports.Count
return 0 in a Sub procedure of the Module section and thus also there is no
iteration of the collections like
Dim frm As Form
For Each frm In Application.Forms
....
What may be the reason?
How can I list the names of all forms and reports, available in a .mdb
database, by VBA?
Currently I work with MS Access 2007.
Thomas Wiedmann
my MS Access database has some forms and reports, but both statements
Application.Forms.Count
Application.Reports.Count
return 0 in a Sub procedure of the Module section and thus also there is no
iteration of the collections like
Dim frm As Form
For Each frm In Application.Forms
....
What may be the reason?
How can I list the names of all forms and reports, available in a .mdb
database, by VBA?
Currently I work with MS Access 2007.
Thomas Wiedmann