Error on Mask

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

Guest

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
 
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.
 
That did not work. All that I need to do is to make sure it doesn't go into
the debug screen.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Input Mask 1
input mask with prefilled date information 1
Input Mask Errors 2
Input Mask for Date and Time 2
Input Masks 2
Blue screen error message 1
Input Mask in tables 2
Access - Input Mask 2

Back
Top