Form error message

G

Guest

Hi,

I have created an input form for users which has to have certain fields
occupied before the user can submit the form. I have therefore inserted some
beforeupdate events to prevent blank fields. However when i try to submit the
form with a blank field I get the error message that says "You can't go to
the specified record." Is there any way to change this message to read
something more relevant to the user for example "Record cannot be submitted
as the ISSUED field is blank."

Cheers
 
M

missinglinq via AccessMonster.com

We need to see the code behind you're "submitting" the new record and the
validation code in the Before_Update of the Issued field. Also, whether your
form's properties AllowAdditions is set to Yes or No.
 

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