J
JeffMKlein
My query uses a function (fclinetID) in the clientID criteria. Sometimes I
want to run this query for all clientID records (not null records). Is
there a way to use someting like the following code.
IIf(IsNull(fclientid()),"ALL RECORDS" ,fclientid())
I know "ALL RECORDS" is not real but I need something that acts like it.
want to run this query for all clientID records (not null records). Is
there a way to use someting like the following code.
IIf(IsNull(fclientid()),"ALL RECORDS" ,fclientid())
I know "ALL RECORDS" is not real but I need something that acts like it.