Access 2007 Macros - Compatibility with Access 2000

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

Guest

Developed an application in Access 2007 which included several "embedded"
macros and VBA code. Saved the app as Access 2000 and sent it to a colleague
but they are not able to see any of the macros behind the various controls.
Is there a setting in 2007 or 2000 to prevent this problem?

Any help is appreciated.
 
Bob,

I don't have any direct experience with this. But in general, you
shouldn't use a feature in a later version that is not supported in an
earlier version, if you subsequently want to use the file within that
earler version. So, in your example, embedded macros are a new feature
in Access 2007. I would not expect it to work in Access 2000. So, in
summary, no settings, just don't do it.
 
Back
Top