Form error message

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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.
 
Back
Top