Containers

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

Guest

Hello.
I'm using db.Container("Forms") to loop through the forms collection.
I also need to loop through Macros and Modules collection.
How can i do this?

Thanks
 
Luis said:
Hello.
I'm using db.Container("Forms") to loop through the forms collection.
I also need to loop through Macros and Modules collection.
How can i do this?

Macros are represented by the documents in the Scripts container, while
modules are are represented by documents in the Modules container.

Note that, in Access 2000 or later, you can use the AllForms, AllMacros,
and AllModules collections of the CurrentProject object to accomplish
the same thing.
 

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