I have following code to run saved query and export data to excel report. How should I change the code if this query is in a different database?
DoCmd.Requery Q_Check_Mismatches
DoCmd.RunSavedImportExport "Export-Q_Check_Mismatches"
I know we can link all relevant tables to current database and then run the query locally. But I need this because of DB size issue.
Appreciate your response
Cheers
Shabar