Z
Zoomiest
Why doesn't this work?
In the Criteria field of a QBE grid, I have the following formula, to
pull some parameters off a form. How can I code the "*" condition, if
the chkAll is true?
IIf([Forms]![frmLA_Control_Panel].[chkAll]=True,([tblOnliners].
[Region]) Like "*",[Forms]![frmLA_Control_Panel].[cboRegions]) (this
doen't work)
IIf([Forms]![frmLA_Control_Panel].[chkAll]=True,"*",[Forms]!
[frmLA_Control_Panel].[cboRegions]) (this doesn't work either)
In the Criteria field of a QBE grid, I have the following formula, to
pull some parameters off a form. How can I code the "*" condition, if
the chkAll is true?
IIf([Forms]![frmLA_Control_Panel].[chkAll]=True,([tblOnliners].
[Region]) Like "*",[Forms]![frmLA_Control_Panel].[cboRegions]) (this
doen't work)
IIf([Forms]![frmLA_Control_Panel].[chkAll]=True,"*",[Forms]!
[frmLA_Control_Panel].[cboRegions]) (this doesn't work either)