Is it possible to execute a query written on an Access(Jet) backend DB from the frontend?
I've done this using passthrough queries on a SQL backend DB. But the client has not yet made the decision to migrate to SQL.
Of course the issue is the amount of time it's taking to execute the query from the frontend over the network which includes filling a table using combinations of DLookups and If statements. So was wondering if writing the query in the backend and executing it there, then using the newly filled table as the datasource for a report would speed things up, if possible.
If so, how do I execute the query?
Thanks,
Vic
I've done this using passthrough queries on a SQL backend DB. But the client has not yet made the decision to migrate to SQL.
Of course the issue is the amount of time it's taking to execute the query from the frontend over the network which includes filling a table using combinations of DLookups and If statements. So was wondering if writing the query in the backend and executing it there, then using the newly filled table as the datasource for a report would speed things up, if possible.
If so, how do I execute the query?
Thanks,
Vic