D
Dkline
I have two databases.
The Source database has all the tables and queries.
The Target database has all the forms and tables. The tables are imported
from the Source Database based on the queries.
What I need to do is to automate the task of importing the queries of the
Source as tables in the Target. These would not be appends but replacements.
I've been looking at DoCmd.TransferDatabase Method as the choice.
What is the difference or advantage ( if any) between running
TransferDatabase as a Macro or in VBA?
The Source database has all the tables and queries.
The Target database has all the forms and tables. The tables are imported
from the Source Database based on the queries.
What I need to do is to automate the task of importing the queries of the
Source as tables in the Target. These would not be appends but replacements.
I've been looking at DoCmd.TransferDatabase Method as the choice.
What is the difference or advantage ( if any) between running
TransferDatabase as a Macro or in VBA?