Access 2007

  • Thread starter Thread starter harmi
  • Start date Start date
H

harmi

Hi to all you experts,

just started to move around in Access 2007running on windows 2003
server,
created a simple form with a button and a simple msgbox "hello" after
clicking on the button.

but when starting the form and clicking the button there is no action
to be seen.

any ideas why?

is there special parameter that prevents that the click-event
from the button is not working as it seems.

Thanks in advance

Harmi
 
Code does not run unless your database is in a trusted location.

To trust your folder, click:
* Office Button (top left)
* Access Options (bottom of dialog)
* Trust Center (left)
* Trust Center Settings (button)
* Trusted Locations (left)
* Add new location (button)

Further suggestions on adapting to the new version:
http://allenbrowne.com/Access2007.html
 
Hello Allen,

first, thanks a lot for your detailed description.


Code does not run unless your database is in a trusted location.

To trust your folder, click:
    * Office Button (top left)
    * Access Options (bottom of dialog)
    * Trust Center (left)
    * Trust Center Settings (button)
    * Trusted Locations (left)
    * Add new location (button)

in response to that i got the following Error-Message:

- "the remote or network path you have entered is not allowed
by your current settings"

this A2007 is running on a Citrix-Server with Windows 2003.
Any idea what has to be changed?
Further suggestions on adapting to the new version:
   http://allenbrowne.com/Access2007.html

Thanks a lot for that suggestion.
I have already used that and i really appreciate the effort you're
taking
to keep all the access-user informed!

Best regard

Harmi
 
Hi Allen,

meanwhile i found a way to activate my trusted locations
by setting the flag "Allow Trusted Locations on my network (not
recommended) ".

Best regard

Reiner
 
Back
Top