I have a field in an MS Table set to number for month number.
field type = Number
Field Size = single
Validation Rule= (Not Is Null) or (>0 and <13)
Validation Text = The month must be between 1 and 12
Required=Yes
If no data is entered I get the system error "You must enter a value in the dim_daod.daod_month field."
I want it to trigger the Validation Text instead.
What should the Validation Rule be?