Access 2003 to 2007 Converstion

J

Jackie

I converted a database fromm Access 2003 to Access 2007 and now none of the
command buttons work.
Can anyone tell me how to get them to work again?
 
D

Douglas J. Steele

By default, VBA code is disabled.

You need to add the path where your databases are stored to the Trusted
Locations to enable it. To do this, click on the Office Button then follow
the path Access Options | Trust Center | Trusted Locations.
 
Top