Validation error message

G

Guest

Hi,
I have a form that has a few boxes that have an input mask on them so that
information is entered the way I want it entered e.g (uppercase) etc. However
if that requirement is not met and the user tries to tab out of the box they
get an error message that says: -

The value you entered isn't appropriate for the input mask >LALLLLL???
specified for this field.

Is there anyway to change this error message to something the user will
understand?

Thanks
 
G

Guest

You can use the BeforeUpdate event to process the input and provide your own
message.

Steve
 
G

Guest

Hi Steve,

I am not to hot on the code front so could you give me an example as to how
to go about this?

Cheers
 

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

Top