T
Tim
I want to import a custom toolbar from one Access 2000
database to another Access 200 db. This must happen
automatically with no interaction from the user.
I have the code to check for updated versions of the
report and then to import the new report using the
DoCmd.TransferDatabase command. But this does not include
the toolbar.
When you manually import a report using File/Get External
Data/Import, there is a checkbox in the Options that
includes tool- and menubars when checked.
My question is: How do I check this box (or get the same
result) when using the DoCmd.TransferDatabase command in
Visual Basic?
database to another Access 200 db. This must happen
automatically with no interaction from the user.
I have the code to check for updated versions of the
report and then to import the new report using the
DoCmd.TransferDatabase command. But this does not include
the toolbar.
When you manually import a report using File/Get External
Data/Import, there is a checkbox in the Options that
includes tool- and menubars when checked.
My question is: How do I check this box (or get the same
result) when using the DoCmd.TransferDatabase command in
Visual Basic?