T
Tschuß
Hi all,
I have a database with more than 100 forms (yes, it's a big one)
I must export each one of them in an other database so instead of
write the following linge 100 times, I would like to create a loop
with "For Each.....Next" to read the name of my all forms.
But I don't know the name of the form collection ???
For Each My_Form in ??????????
DoCmd.TransferDatabase acExport, "Microsoft Access", "c:\Access
\ACS_V1.00_DE.mdb", acForm, My_Form.Name, My_Form.Name
Next
Any idea ?
I have a database with more than 100 forms (yes, it's a big one)
I must export each one of them in an other database so instead of
write the following linge 100 times, I would like to create a loop
with "For Each.....Next" to read the name of my all forms.
But I don't know the name of the form collection ???
For Each My_Form in ??????????
DoCmd.TransferDatabase acExport, "Microsoft Access", "c:\Access
\ACS_V1.00_DE.mdb", acForm, My_Form.Name, My_Form.Name
Next
Any idea ?