Hello,
I have a validation rule in a text box on a form. The rule is that if Combo12 starts with "Credit Hours -*" than only allow numbers less than or equal to 2 in there. Any number of words could come after credit hours, hence the wildcard character. The formula that I'm using is:
[Hours]<=2 Or [Combo12]<>"Credit Hours -*"
but it isn't working. What am I doing wrong?
Thanks,
Charlie
I have a validation rule in a text box on a form. The rule is that if Combo12 starts with "Credit Hours -*" than only allow numbers less than or equal to 2 in there. Any number of words could come after credit hours, hence the wildcard character. The formula that I'm using is:
[Hours]<=2 Or [Combo12]<>"Credit Hours -*"
but it isn't working. What am I doing wrong?
Thanks,
Charlie
Comment