R
Raymond & Lisa Yucha
I am trying to pass a date back to a query and am having some problems
getting the syntax straight in the iif statement in the query. Essentially
I want to retrieve all records that are >= to the date selected OR return
all records if no date is selected. So far this is what I have and I think
it is close.
Like iif(isnull([forms]![formname]![date]),"*",>=[forms]![formname]![date])
I have tried a bunch of things in the false part of the statement with no
luck (single quotes, double quotes, # signs....you name it) Any help would
be appreciated. Thanks in advance.
Ray
getting the syntax straight in the iif statement in the query. Essentially
I want to retrieve all records that are >= to the date selected OR return
all records if no date is selected. So far this is what I have and I think
it is close.
Like iif(isnull([forms]![formname]![date]),"*",>=[forms]![formname]![date])
I have tried a bunch of things in the false part of the statement with no
luck (single quotes, double quotes, # signs....you name it) Any help would
be appreciated. Thanks in advance.
Ray