D
doyle60
I have the following fields in a subform (with this sample data):
Style: 1912E
Color: White
Design: R4345
Units: 600
Size1: 100
Size2: 300
Size3: 200
....
Size9: 0
However, I allow users to enter a size range instead of the actual
values for each size. So they could enter this instead:
Units: 600
Size1: 1
Size2: 3
Size3: 2
My database will calculate the actual values for any report that needs
it---which is rare but done.
My problem is I want to validate that the entered values are divisible
and leave no fractions.
So if they input:
Units: 601
Size1: 1
Size2: 3
Size3: 2
I want the computer to allow the values but warn them.
What do I put in a Macro Condition to validate this?
Thanks,
Matt
Style: 1912E
Color: White
Design: R4345
Units: 600
Size1: 100
Size2: 300
Size3: 200
....
Size9: 0
However, I allow users to enter a size range instead of the actual
values for each size. So they could enter this instead:
Units: 600
Size1: 1
Size2: 3
Size3: 2
My database will calculate the actual values for any report that needs
it---which is rare but done.
My problem is I want to validate that the entered values are divisible
and leave no fractions.
So if they input:
Units: 601
Size1: 1
Size2: 3
Size3: 2
I want the computer to allow the values but warn them.
What do I put in a Macro Condition to validate this?
Thanks,
Matt