G
Guest
I have a combo Box with four values (1,2,3,4). I want a validation rule that
when I choose a value from the combo box to permit me to enter a range of
values into a text box. Meaning if I choose from combo box the value "1", in
the text box to permit me to write any number from 1 to 10. If I choose from
combo box the value "2" then in the text box to permit me to write any number
from 11 to 20 and so on.
I think it sould go something like this:
"=IIf(([cmbCC].[Column](0))=1,[txtExactCylinderCapacity] Between 10 And 20,6)"
Thanks in advance
when I choose a value from the combo box to permit me to enter a range of
values into a text box. Meaning if I choose from combo box the value "1", in
the text box to permit me to write any number from 1 to 10. If I choose from
combo box the value "2" then in the text box to permit me to write any number
from 11 to 20 and so on.
I think it sould go something like this:
"=IIf(([cmbCC].[Column](0))=1,[txtExactCylinderCapacity] Between 10 And 20,6)"
Thanks in advance