Hello friends,
I need to prevent users to bypass start-up options when opening my MS Access project file, in an .ade version
I found various codes for setting "AllowBypasskey" to false, but the codes that are shared out there, work for .mdb... All methods that I have used so far-- still allows me to use the Shift-key to bypass... The published solution from MS knowledgebase ( http://support.microsoft.com/default.aspx?scid=kb;en-us;826765 ) doesn't work for some reason..
I'm looking for solutions specifically for access project (.adp in 2002-2003 format) applications
Thanks so much for your time! I appreciate all the help
nddba - 29 Apr 2004 01:06 GMT
Just figured it out.. The instructions from this aritcle works
http://support.microsoft.com/default.aspx?scid=kb;en-us;82676
----- nddba wrote: ----
Hello friends,
I need to prevent users to bypass start-up options when opening my MS Access project file, in an .ade version
I found various codes for setting "AllowBypasskey" to false, but the codes that are shared out there, work for .mdb... All methods that I have used so far-- still allows me to use the Shift-key to bypass... The published solution from MS knowledgebase ( http://support.microsoft.com/default.aspx?scid=kb;en-us;826765 ) doesn't work for some reason..
I'm looking for solutions specifically for access project (.adp in 2002-2003 format) applications
Thanks so much for your time! I appreciate all the help