Form Field Validation - Access 2003.

  • Thread starter Thread starter Ward Horsfall
  • Start date Start date
W

Ward Horsfall

Hi,

I am wanted to find out the best way of doing field validation on a form.
It seems there are lots of events to hook into. I wanted to find out
the recommended method. Is BeforeExit (I think that is what it is called)
the best to use?

Thanks,

Ward.
 
hi Ward,

Ward said:
I am wanted to find out the best way of doing field validation on a form.

It's BeforeUpdate. You can set Cancel to true if your data doesn't match
your criteria.

--> stefan <--
 
Thanks for your help,

Ward.

stefan hoffmann said:
hi Ward,

form.

It's BeforeUpdate. You can set Cancel to true if your data doesn't match
your criteria.

--> stefan <--
 
Thanks for your help,

Ward.

stefan hoffmann said:
hi Ward,

form.

It's BeforeUpdate. You can set Cancel to true if your data doesn't match
your criteria.

--> stefan <--
 
Back
Top