G
Guest
I am trying to create a criteria that references a form and shows multiple
names. For instance:
IIf([Forms]![frmDateMenu5]![Check104]=1,Like "lewis",Null)
In this case the [Check104] =1 and the output should be:
Lewis4
Lewis8
Lewis30
However, my code is showing a null value. What am I doing wrong?
names. For instance:
IIf([Forms]![frmDateMenu5]![Check104]=1,Like "lewis",Null)
In this case the [Check104] =1 and the output should be:
Lewis4
Lewis8
Lewis30
However, my code is showing a null value. What am I doing wrong?