Access VBA

C

Chris

Can you programmatically enable object libraries in MS
Access 2000?

Normally you would choose Tools > References whilst in the
VBA code window.
 
V

Van T. Dinh

Yes.

Check the References Collection of the Application Object. There are 2
methods to add a Reference: AddFromFile and AddFromGuid.

Check Access VB Help on the above terms.
 
T

TC

But not from MDEs (beware).

TC


Van T. Dinh said:
Yes.

Check the References Collection of the Application Object. There are 2
methods to add a Reference: AddFromFile and AddFromGuid.

Check Access VB Help on the above terms.
 

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