G
Guest
I must be having a senior moment. In a query I want to set up a criterion
that says "if a form control is set to True, give me a specific value for
this field, otherwise give me all values for this field." But using "*" as
the 'ELSE' value gives me nothing rather than everything. Somebody please
help me out here!! (My actual code follows.)
IIf([Forms]![frmViewEditEvents]![Requires Spanish]=True,"A","*")
that says "if a form control is set to True, give me a specific value for
this field, otherwise give me all values for this field." But using "*" as
the 'ELSE' value gives me nothing rather than everything. Somebody please
help me out here!! (My actual code follows.)
IIf([Forms]![frmViewEditEvents]![Requires Spanish]=True,"A","*")