R
Radhika
I am trying to create a query that uses two fileds ('VP OtherGlue on
valve/hinge', 'VROther:Extra Increased Resistance') from the same table
'tbl_TEPRecords'.
Both field are check boxes.
I want the IIf statement to check 'VP OtherGlue on valve/hinge' if
'VPOther:ExtraIncreased Resistance' is checked.
I used the following IIf statement:
VP OtherGlue on valve/hinge: IIf([VP Other:Extra Increased
Resistance]=True,True)
When I do this, I get a -1 instead of a checked check box. How do I change
my statement so that my check box is checked?
Thankyou,
Radhika
valve/hinge', 'VROther:Extra Increased Resistance') from the same table
'tbl_TEPRecords'.
Both field are check boxes.
I want the IIf statement to check 'VP OtherGlue on valve/hinge' if
'VPOther:ExtraIncreased Resistance' is checked.
I used the following IIf statement:
VP OtherGlue on valve/hinge: IIf([VP Other:Extra Increased
Resistance]=True,True)
When I do this, I get a -1 instead of a checked check box. How do I change
my statement so that my check box is checked?
Thankyou,
Radhika