J
John Baker
I am trying to create a parameter query based on a date field but am having
problems with the criteria. The parameter is a textbox on the form which
calls the query.
I would like to get all records which have a null date if the textbox on the
form contains Null.
I have been trying the following criteria without success:
iif(isnull([forms]![frmReport]![tbxStartDate]),Null)
Any help greatly appreciated.
John Baker
(e-mail address removed)
problems with the criteria. The parameter is a textbox on the form which
calls the query.
I would like to get all records which have a null date if the textbox on the
form contains Null.
I have been trying the following criteria without success:
iif(isnull([forms]![frmReport]![tbxStartDate]),Null)
Any help greatly appreciated.
John Baker
(e-mail address removed)