Validation Rule

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hallo

I have a problem i want to do some validations once a user clickes on the
close button or new product button the validation works fine but if I am on a
blank record that and I click on the close button it comes with a error.

Basically what I want it to look is the record number blank (autonumber)
then close the form with out doing any validations else if the record number
is not blank then do validations.

Any ideas

Markus
 
Move the validations into the BeforeUpdate event of the *form* (not the
event of a control.)

This event only fires if there are changes to be made.
 

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