April 18, 200718 yr I have 2 fields: Vendor and TicketNbr The rule is: if Vendor is “PBS” the user must enter a TicketNbr, If vendor is not “PBS” a TicketNbr is optional. I tried Case (Vendor = “PBS”; Not IsEmpty(TicketNbr)) but it keeps requiring a TicketNbr regardless of what is entered in Vendor. I tried various combinations with Case( ) and If ( ) etc…but nothing worked.
April 18, 200718 yr Author Hello Mr. Vodka and David: Thanks for trying to help. I tried both expressions but didn't work. It does not validate; If you enter PBS as Vendor it allows you to move on without entering anything in TicketNbr.
Create an account or sign in to comment