Edit error message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I created a few forms and a security system that disallow certain users to
run those forms. When unathorised user try to run the forms, an error message
will pop up.

However, 1 of the options on the error message is "Debug". By pressing that
the user will be able to see my codes and amend it.

Therefore I would like to ask if anybody here has a method to edit the error
message so that the "Debug" option will be invalid.

Thank you for all the help!!
 
What is to stop someone creating a new database and linking to the
tables in yours? Then they can view or edit your data to thei
hearts'content - bypassing all your forms completely!

If you want to protect your code, create an MDE version of the
database. Look that up in online help. DO NOT DELETE THE MDB VERSION.
You can not recreate the MDB version, from the MDE one.

HTH,
TC
 
Back
Top