Validation Rules

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

How do i set up validation rule the states

No Meals should be equal to or less then Possible No. Meals????? Do i
have to apply this to
my table or form???
 
Huh?

Do you have a control on your form called "Meals" and another called
"Possible No. Meals"? If so, I'd think you would put a validation rule for
"Meals" that looks something like...

<=[Possible No. Meals]

Note: I don't know if you can use a period in your field names. If it were
me, I would not do so. Seems like it would get pretty confusing. I'd name
it "PossibleNumberOfMeals".
 
Back
Top