J
Jason M Canady
Hi all!
I am using the following for criteria in a query based upon a selection from
an unbound form.
IIf([Forms]![QueryTest]![Frame30]=1,<>3,3)
What I am trying to accomplish that if the Group box selected is 1 then set
the criteria for the field to Less Than or Greater Than 3 (<>3). otherwise
set the criteria to three. The "3" part works great. I cannot get the
statement to correctly evaluate <>3 however.
Any suggestions?
Thanks in advance,
Jason
I am using the following for criteria in a query based upon a selection from
an unbound form.
IIf([Forms]![QueryTest]![Frame30]=1,<>3,3)
What I am trying to accomplish that if the Group box selected is 1 then set
the criteria for the field to Less Than or Greater Than 3 (<>3). otherwise
set the criteria to three. The "3" part works great. I cannot get the
statement to correctly evaluate <>3 however.
Any suggestions?
Thanks in advance,
Jason