Any thoughts or another way to achieve this?
THANKS !!!!
Sharontodd
if you need more help, just tell me
good luck
Erez
--
May all beings be happy.
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-modules/200809/1
Anyone can manipulate the AllowBypassKey property unless you set the DDL
flag accordingly so that only an administrator account can change it. Even
then you'd have to have user-level security set up and have a custom admin
account.
To the OP: Albert's utility should work just fine. Do you have full
permissions to the host folder?
Keith.
www.keithwilby.com
SetProperties "AllowBypassKey", dbBoolean, False
I get a message "Sub or function not defined" for SetProperties.
I tried to make an MDE file but got an error. I checked the list of 16
reasons you may get an error on that but couldn't find a problem. Also, One
of the things I want the user to be able to do is export a report to Excel -
I read you can't export from an MDE file.
This is the first major DB I have developed and I'm learning LOTS of new
stuff. Thanks for your help!
Sharontodd