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

How to establish a reference to another database

Status
Not open for further replies.

KiaKia

Programmer
Mar 30, 2008
59
US
Hi,
Is there any one who can help me with this?
I need to establish a reference to another database so that I can use it's functions in my current database.

Thanks,
Kia

 
There's some example code in thread705-1372219 that you may find helpful...you may also want to post VBA specific questions in Forum705.

HTH



Leslie

In an open world there's no need for windows and gates
 
If all you want is a reference, you can use:

Code:
References.AddFromFile([i]Fullpath for database[/i])
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top