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/
 
Top