Error on Mask

P

pokdbz

I have a field that is a date with a mask on it. If someone types somthing
bad or wrong it give an error then the debug screen comes up. How can I put
up a error message of my own to tell them the date they entered is wrong.

Also will putting up this error message of my own stop the error and
debugger? If not then how can I get rid of the debugger
 
L

Lynn Trapp

I suspect you are getting the debug screen because the database is not
compiled. Open the code environment (Ctrl + G), select Debug > Compile
YourDatabaseName. That will take you to any coding errors that you can then
correct.
 
P

pokdbz

That did not work. All that I need to do is to make sure it doesn't go into
the debug screen.
 
Top