Rockape
Registered User.
- Local time
- Today, 22:37
- Joined
- Aug 24, 2007
- Messages
- 271
Hi all,
I would be grateful for assitance: My problem is as follows:-
I have two fields A and B formatted (as y/n)which need to be populated per record. I have inserted two option buttons to cater for these two fields, i.e. by ticking either box the value is saved in the record.
The conditions that I am trying to apply is :-
If A is ticked B cannot be ticked. If B is ticked then A cannot be ticked. However both can remained unticked.
I have looked into the idea of using an option group but it is causing me some problems and too much delay.
I was however thinking whether its possible to create an event procedure that I could add onto my "Add Record" that would add the record to the table so long as the conditions mentioned above are met. If so, what would be the code for such an event?
Thanks
I would be grateful for assitance: My problem is as follows:-
I have two fields A and B formatted (as y/n)which need to be populated per record. I have inserted two option buttons to cater for these two fields, i.e. by ticking either box the value is saved in the record.
The conditions that I am trying to apply is :-
If A is ticked B cannot be ticked. If B is ticked then A cannot be ticked. However both can remained unticked.
I have looked into the idea of using an option group but it is causing me some problems and too much delay.
I was however thinking whether its possible to create an event procedure that I could add onto my "Add Record" that would add the record to the table so long as the conditions mentioned above are met. If so, what would be the code for such an event?
Thanks