I am working on a Form in which I would like to have an option group which holds 4 check boxes. I would like the user to be able to select more than one box, which would in turn update the table with option values 1-4 respectively. Each of the 4 check boxes can represent a different field in the table. The problem lies in changing the value from either -1=True and 0=False to numeric values 1 thru 4.
I can create an unbound option group, then insert the 4 fields as check boxes, but I can't change their value ....OR... I can create an unbound option group, then copy the 4 check boxes from outside the group and paste then in the group, this allows me to change the option value of each to numbers 1-4 but I can't check multiple boxes at the same time.
Would rather do this without SQL or VBA if possible. I am open to other suggestions if you think there's an easier way.
Thanks in advance for your help.
I can create an unbound option group, then insert the 4 fields as check boxes, but I can't change their value ....OR... I can create an unbound option group, then copy the 4 check boxes from outside the group and paste then in the group, this allows me to change the option value of each to numbers 1-4 but I can't check multiple boxes at the same time.
Would rather do this without SQL or VBA if possible. I am open to other suggestions if you think there's an easier way.
Thanks in advance for your help.