rajeshsarin
Registered User.
- Local time
- Tomorrow, 09:08
- Joined
- Sep 25, 2009
- Messages
- 50
Hi,
I have two fields in a payment table.
1st Field is "Method", the users can only shoose 1 of the four value i.e. Cash, EFTPOS, Direct Debit, Internet Transfer.
2nd Field is "Trans_No" (transaction number).
I want to setup a validation rule so that if users select the value "EFTPOS" in the Method Field, then they cannot leave Trans_No as NULL
Basically something like
IF Method = 'EFTPOS' Then Trans_No IS NOT NULL.
How can I do this, note both fields are within same table.
Regards
I have two fields in a payment table.
1st Field is "Method", the users can only shoose 1 of the four value i.e. Cash, EFTPOS, Direct Debit, Internet Transfer.
2nd Field is "Trans_No" (transaction number).
I want to setup a validation rule so that if users select the value "EFTPOS" in the Method Field, then they cannot leave Trans_No as NULL
Basically something like
IF Method = 'EFTPOS' Then Trans_No IS NOT NULL.
How can I do this, note both fields are within same table.
Regards