I have an automated update function built into my Access application.
When I run the function in Access 2003 with SP2 I get broken joins in the queries that were imported using TransferDatabase command.
If I manually import the queries from the update db then the queries work. Also works fine on Access 2000.
Since my userbase is mixed with 2000 to 2003, I need to fix this. Is there a switch or parameter I am missing here.
Here is the line of code for the import:
DoCmd.TransferDatabase acImport, "Microsoft Access", xDB, acQuery, "Update_Query_1", "AddExistingAfeMissingDistributions", False