Handling of ocx/dll in Access 2007

R

reidarT

I was wondering how Microsoft handled the ocx/dll -problems with different
versions of Access
in the new 2007 release?
reidarT
 
A

Allen Browne

No. Very little has changed with the VBA side of Access 2007.

Lots of interface changes (ribbon, split forms, new report views.)
Some structural changes (multi-value fields, attachments, efficient storing
of binaries such as jpg.)
Embedded macros with error handling.
But very little changed in VBA, so the references are handled the same.
 
Top