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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connect To data in Other .mdb

Status
Not open for further replies.

ormsk

Programmer
Sep 30, 2002
147
GB
I am using A2000

I am looking to connect to data contained in another .mdb file using DAO and I am struggling to get started.

**********************************
There is more than one way to skin a cat...but who wants a skinned cat?
 
Dim db as DAO.Database
set db = OpenDatabase("C:\Documents And Settings...\AccessDBase.mdb")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top