thebatfink
Registered User.
- Local time
- Today, 14:10
- Joined
- Oct 2, 2008
- Messages
- 33
Hi, I have a form for creating new records in a table which contains 2 individual check boxes (which store their boolean values in fields in the same table). What I want to do is allow the following conditions -
True, True
True, False
False, True
but prevent -
False, False
Is there anyway to do this?
Thanks!
True, True
True, False
False, True
but prevent -
False, False
Is there anyway to do this?
Thanks!