English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

3 answers

see if you can IMPORT the queries into the 2003 DB. Run them from the front end.

2007-02-14 07:01:12 · answer #1 · answered by Richard H 7 · 0 0

You can convert a copy of the Access 2003 DB into an earlier version using the TOOLS:Database Utilities:Convert Database function.

2007-02-14 09:24:40 · answer #2 · answered by MarkG 7 · 0 0

Assuming that any motorized vehicle no longer recorded as ever having one needs one at 4500 miles: go with v.ProductID, (COALESCE(nextDue, 4500) AS "Mileage next Due" FROM motorized vehicle v LEFT OUTER connect (go with ProductID, MAX(endingMileage) + 4500 AS nextDue FROM service the position purpose = "Oil substitute" crew through ProductID) s ON v.ProductID = s.ProductID

2016-12-04 04:29:42 · answer #3 · answered by broadway 4 · 0 0

fedest.com, questions and answers