Validation Rules

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???
 
R

Rick B

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".
 

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

Similar Threads

Validation Rules for a Control on a Form (?) 4
Set up.... 9
Saving Values 3
Format 1
Primary Keys 6
Validation Rule assistance 0
values from Combo box 2
Not sure what to do 1

Top