Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ACCES 2 QUERY FROM AN ACCESS 97

Status
Not open for further replies.

kaniz

Technical User
Jan 17, 2001
38
CA
Is it possible to run an access 2.0 query from an acces 97
using query def. Can someone please help me out. The tables that this query is using are in access 2.0

thank you
 
You can certainly query an Access 2 database from Access 97. You can either link the databases or do something like
SELECT * from students in 'd:\vtct\data\students.mdb'

You can probably use IN to execute a query in the access 2 database, but I've not tried it. Peter Meachem
peter@accuflight.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top