M
Me
Greetings Acceser's....
I want to automate the import process of 200 MDB databases into one
Access 2000 MDB. some of them are access 97 and some 2000. How to loop
through importing tables and queries I know, but how do I do this to
forms, macros, reports and modules?
basically I need to know how to access the list of names of all forms
in a specific mdb file, without it being the one currently running.
(then I can just use the DoCmd.TransferDatabase command with the form
name)
I cannot use CurrentProject.AllForms because as I understand it shows
me the forms list of the currently running database. I want to import
from closed databases.
thanks for reading
hh.
I want to automate the import process of 200 MDB databases into one
Access 2000 MDB. some of them are access 97 and some 2000. How to loop
through importing tables and queries I know, but how do I do this to
forms, macros, reports and modules?
basically I need to know how to access the list of names of all forms
in a specific mdb file, without it being the one currently running.
(then I can just use the DoCmd.TransferDatabase command with the form
name)
I cannot use CurrentProject.AllForms because as I understand it shows
me the forms list of the currently running database. I want to import
from closed databases.
thanks for reading
hh.