Hi All
If I want to run query through a vba module function. I have that currently under ms access form as follows
DoCmd.Requery Q_Check_Mismatches
DoCmd.RunSavedImportExport "Export-Q_Check_Mismatches"
Because I just want to chabge the DB depend on the query. So my plan is to pass saved SQL and DB path as parameters in the
function. How do I do that in function level. Do I needs to add references in this case
Cheers
Shabar