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!

Problems finding correct library to Reference

Status
Not open for further replies.

VBAchallenged

Technical User
Nov 21, 2001
1
US
I am using the following line of code in VBA:

If IsLoaded("frmNewShipperContact") Then

I can't compile my code because of the "IsLoaded". I get the following Errror: "Sub or Function not defined."

In Object Browser, "IsLoaded" is a member of Access.AccessObject. I think this is the MSACC9.OLB library (MS Access 9.0 Object Library), but when I select it as a Reference, I still can not compile my code.

How do I find the correct library to reference for "IsLoaded"?



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top