M
Michael Scott
I need to make an exact copy of a database from within my code.
I know I can use the TransferDatabase method to import objects but
there seems to be no way of importing menus, toolbars and import/
export specifications.
When you manually import a report using File/Get External Data/Import,
there are checkboxes in the Options to include menus, toolbars and
import/export specifications.
How do I achieve the equivalent of checking those boxes using the
DoCmd.TransferDatabase command in VBA? Or do I have to do it some
other way?
I know I can use the TransferDatabase method to import objects but
there seems to be no way of importing menus, toolbars and import/
export specifications.
When you manually import a report using File/Get External Data/Import,
there are checkboxes in the Options to include menus, toolbars and
import/export specifications.
How do I achieve the equivalent of checking those boxes using the
DoCmd.TransferDatabase command in VBA? Or do I have to do it some
other way?