I have an Access 2.0 application that I need to interface with an Access 2003 MDB. The only thing that needs to be run on the Access 2003 MDB are SELECT queries, nothing else. Is there a way that I can do this? If I have to set up an ODBC connection, that's fine.
2007-02-14
06:49:13
·
3 answers
·
asked by
Justin
1
in
Computers & Internet
➔ Programming & Design
Importing the queries is not an acceptable solution. The queries MUST be run from the Access 2.0 side. And the queries must also run programmatically, not via the frontend.
2007-02-14
07:55:02 ·
update #1