Access 2007 and Vista code problem

T

Tim Reid

I am developing a database on a XP SP2 machine. On a form I have created
some buttons with event procedures that run 2 queries and open a form. I
sent the db to someone running Access 2007 on a Vista machine and nothing
happens when she clicks the buttons and there are no messages.

I know nothing about Vista so thanks in advance for any help.

Tim
 
P

Pete

Might be a reference problem, have them open the open a code window and
click tools references. See what says missing and tell them what should be
there, Add it and it should work. Duff
 
A

Allen Browne

By default, A2007 doesn't run the code in a database that is not in a
trusted location.

Have here add the folder where she has the database to the Trusted
Locations, via:
Office Button | Access Options | Trust Center | Trust Center Settings
 
Top