Validating fields before updating

  • Thread starter Thread starter Derk
  • Start date Start date
D

Derk

I have a form linked to a Table and I need to validate the data before
storing the record, where do I put the validation!!

I dont really want to put the validation on the table, because the error
meesages arn't that helpfull

Thanks

Derrick
 
Put the validation at the table level and change the Validation Text to
something that is useful. If this is insufficient, use the form control's
validation properties or BeforeUpdate/AfterUpdate event.
 

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

Back
Top