library to use with access

  • Thread starter Thread starter Axyl
  • Start date Start date
A

Axyl

Hi all,
I had made an access program that need to load some library for work
correctly, like DAO2535.tlb. I had configured my visual basic editor to use
those dll and active x.
There is a way to do that via vba code? this because I need to share my
program without teach how to load this.
(maybe confused)

thanks.
regs.
 
When you create an Access application, the references "travel" with it. In
other words, if you've set a reference to DAO2535.tlb, the application will
look for that same reference on any other machine to which the MDB is
copied.

BTW, I would question why you're using DAO2535.tlb. That's only there for
backwards compatibility between Access 97 and Access 2.0, and shouldn't be
used with Access 2000 and on)
 
Thanks.


Douglas J. Steele said:
When you create an Access application, the references "travel" with it. In
other words, if you've set a reference to DAO2535.tlb, the application
will
look for that same reference on any other machine to which the MDB is
copied.

BTW, I would question why you're using DAO2535.tlb. That's only there for
backwards compatibility between Access 97 and Access 2.0, and shouldn't be
used with Access 2000 and on)
 

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

Back
Top