Library function calls

J

JonWayn

Is it possible to call a function defined in a library referenced 2 levels
higher? IOW, if Database3 has a library reference to Database2, which has a
library reference to Database1, can I use codes in Database3 that call
functions defined in Database1?

Thanks
 
T

Tony Toews [MVP]

JonWayn said:
Is it possible to call a function defined in a library referenced 2 levels
higher? IOW, if Database3 has a library reference to Database2, which has a
library reference to Database1, can I use codes in Database3 that call
functions defined in Database1?

No idea but that sure sounds like it could be very troublesome if you
did get it working. Why not add a reference to database1 in
Database3?

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top