B
Box666
I have four tick checkboxes on my form. When I go to properties of each
small box they are check51 value 1, check53 value 2, check55 value 3
and check57 value 4.
I need to reference which ever of the boxes has been ticked, but I
cannot write a query that is able to find a check box ie just a simple
unbound query on the form
IIf([check51] =1,"Yes","No")
The above returns #Name?, I have tried using various options but the
query cannot find the check box, can anyone tell me what I am doing
please.
With thanks
Bob
small box they are check51 value 1, check53 value 2, check55 value 3
and check57 value 4.
I need to reference which ever of the boxes has been ticked, but I
cannot write a query that is able to find a check box ie just a simple
unbound query on the form
IIf([check51] =1,"Yes","No")
The above returns #Name?, I have tried using various options but the
query cannot find the check box, can anyone tell me what I am doing
please.
With thanks
Bob