VBA in .mdb vs .adp

O

Orlando

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
 
M

Matthias Klaey

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
 
Top