calling Michael Kaplan's securing allowbypasskey function

  • Thread starter Thread starter Silvester
  • Start date Start date
That code is a substitute for the ChangeProperty function that is provided
in the sample in Help i.e. it is called by a separate procedure.

Look at the sample in the security FAQ
http://support.microsoft.com/?id=207793

If you use that you just need to call the function once (Ctrl-G and type
faq_DisableShiftKeyBypass. The next time the database is opened, the
shiftkey will be disabled
 
Thanks very much. I had to amend the dim statements to include
dao.workspace, etc as it was not working for me.

Is this alright ?
 
Back
Top