I have two yes/no fields in my database and these are represented on a from by two check boxes. One field is called order won and the other is called order lost. I am going to add another field to the table called "status" and this will appear on the from as a label or text box. I would like the value in the status field for each record to be as follows.
If order won is checked (value = yes) then status = Won
If order lost is checked (value = yes) then status = Lost
If order lost & order won both unchecked (value = no) then status = Live
I was wondering if I should change the check boxes to option buttons so one will exclude the other but either way how do I automatically put the correct entry in the status field.
Thanks
VC
If order won is checked (value = yes) then status = Won
If order lost is checked (value = yes) then status = Lost
If order lost & order won both unchecked (value = no) then status = Live
I was wondering if I should change the check boxes to option buttons so one will exclude the other but either way how do I automatically put the correct entry in the status field.
Thanks
VC