Windows 7 64bit issue with Access 2007

jasony

New member
Local time
Today, 11:41
Joined
Aug 8, 2011
Messages
7
I wrote a small program in Access 2007 on a Vista 32bit machine. The client has recently upgraded one of their machines to Access 2010 Windows 7 64bit. That machine will not run the program. When I open to the main form, none of the buttons worked when clicked. It seems that none of the VB that I wrote is working. Any ideas would be great.

Thanks.
 
Have you dhecked you macro settings and defined "trusted Locations"?
 
I have trusted the folder that the program is in and i do not have any macro's. All of the code is in Event Procedures
 
Make sure that you check the "Macro Settings" from the "Trust Center" and and verify that the "Enable all macros (not reccommeded;... " option has been set.

This setting affects the execution of VBA code as well as macros.
 

Users who are viewing this thread

Back
Top Bottom