gaby78 Posted April 18, 2007 Posted April 18, 2007 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.
David Jondreau Posted April 18, 2007 Posted April 18, 2007 Case (Vendor = “PBS” and isEmpty(TicketNbr); 0; 1 )
gaby78 Posted April 18, 2007 Author Posted April 18, 2007 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.
Recommended Posts
This topic is 6489 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now