How do I get VBA working in Access 2007 after converting?

K

Kevin

I've converted a database built with Access 2003 to Access 2007. None of the
VBA functions work anymore even though they still exist in the property sheet
under Events. What's the deal here?
 
A

Allen Browne

The folder where your database is need to be added to the trusted locations
in Access 2007. Otherwise it won't run the code.

Go to:
Office Button | Access Options | Trust Center | Trust Center Settings

You might find this helps you avoid some other issues also:
Converting to Access 2007
at:
http://allenbrowne.com/Access2007.html
 
Top