I have a table with 3 fields, text, meter, lastmeter. I want a validation rule, either in a query or a form that doesn’t allow entry in first number field to exceed the second number field plus a number.
I have tried this in a query and in a form control for the first number field. Neither of them work. I am not the least bit familiar with VBA.
expression I have tried is: <[lastmeter]+672
Meaning the number in meter cannot exceed the last meter +672.
I appreciate your assistance.