L
LL
I have a form with a control containing a date. This date is used in a query
as part of a IIF statement included in the criteria row of the query:
IIf(IsNull([Forms]![RiderMatchAnalysis]![Start
Date]),[Meeting]![MeetingDate],>[Forms]![RiderMatchAnalysis]![Start Date])
The syntax must be wrong in some way as it does not return any records.
Any help would be appreciated.
Thanks.
as part of a IIF statement included in the criteria row of the query:
IIf(IsNull([Forms]![RiderMatchAnalysis]![Start
Date]),[Meeting]![MeetingDate],>[Forms]![RiderMatchAnalysis]![Start Date])
The syntax must be wrong in some way as it does not return any records.
Any help would be appreciated.
Thanks.