J
John Smith
I am learning how to create custom error messages.
I know about the "OnError" event of the form, and knows how to replace the
standard error message.
I wish that Access will produce an error message saying something like "You
must put a value in field X" (custom made msgbox)
How can I identify this 'field X' which caused the error message to be
displayed?
e.g Assuming I have 4 required fields.
How can I tell - programmatically - which field caused the error?
I need to inform the user, which field he left blank - by mistake.
Thanks.
I know about the "OnError" event of the form, and knows how to replace the
standard error message.
I wish that Access will produce an error message saying something like "You
must put a value in field X" (custom made msgbox)
How can I identify this 'field X' which caused the error message to be
displayed?
e.g Assuming I have 4 required fields.
How can I tell - programmatically - which field caused the error?
I need to inform the user, which field he left blank - by mistake.
Thanks.