I have a field which is supposed to have a minimum time, however, i have weekdays, and weekends. Both times are different, how do i change the validation rule according to my selection in an option group?
I think it works half way now. I added code for the option group to change the value of an invisible textbox. Then I set the validation rule to the textbox. The problem is that it still lets me enter 14:00, even though the limit is 14:30 and above. Another problem is it gives me 4 to 5 error messages about the validation rule. What can I do?
and, i suppose the first problem is solved again. I just created two textboxes with each a different validation rule. And then have the option group change Visibility on them.
However, now i need code to check if all fields are not null before saving. any ideas?