Iterate Forms and Reports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I would like to list all Forms and Reports that are not Hidden. I going to add them to a listbox. I just need to know how to get to the collection that stores the Visible forms for access

Thank you

Brandon
 
Hi:

Application.Forms stores the Visible (or Open) forms.

Otherwise use CurrentDb.Containers and check out help on Containers to
access all forms and report objects.

Regards,

Naresh Nichani
Microsoft Access MVP

Brandon said:
Hi,

I would like to list all Forms and Reports that are not Hidden. I going to
add them to a listbox. I just need to know how to get to the collection that
stores the Visible forms for access.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top