functionality similar to Excel validation data input instructions

J

JASelep

does access have a feature similar to the validation data input instructions
like in Excel? Or is it BYO (build your own)?
 
S

SteveM

You have validation rule proprty for each field.
You also have input masks.
You can also BYO in the BeforeUpdate event.

Steve
 
Top