G
gemini2
I have a query the have certain condition code. I'm creating a repor
that I have to put a check box on. However I only want the check bo
to display on the the report when the condition_id on the record i
in(14,15,16). I tried coding the following in the expressio
builder but it didn't work
IIf(qryCondition_Past!condition_i
in(14,15,16)chkOutstanding.visible=true)
What am I doing wrong
that I have to put a check box on. However I only want the check bo
to display on the the report when the condition_id on the record i
in(14,15,16). I tried coding the following in the expressio
builder but it didn't work
IIf(qryCondition_Past!condition_i
in(14,15,16)chkOutstanding.visible=true)
What am I doing wrong