VBA in .mdb vs .adp

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I just start reading about projects in Access, I have learned a lot of
VBA in a .mdb application, my question is, the VBA code in a access project
is the same that in a .mdb application? or I need to learn a new way of
programing.

Thanks
 
Orlando said:
Hi, I just start reading about projects in Access, I have learned a lot of
VBA in a .mdb application, my question is, the VBA code in a access project
is the same that in a .mdb application? or I need to learn a new way of
programing.

Thanks

The VBA programming language itself is the same in both cases.
However, the object models of DAO and OLEDB differ quite a bit.

HTH
Matthias Kläy
 

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