Can someone help? I'm simply trying to run an append query from an external DB from code in another DB.
Assume the external DB is C:\Quad_Reduction\mdb\Admin.mdb and the query in this DB is called qryTest.
Is there an easy way to do this, like with the DoCmd.OpenQuery command when you are working with a query from the current DB?
Thanks!
Assume the external DB is C:\Quad_Reduction\mdb\Admin.mdb and the query in this DB is called qryTest.
Is there an easy way to do this, like with the DoCmd.OpenQuery command when you are working with a query from the current DB?
Thanks!