steveward
10-29-2002, 08:10 AM
I have a query in which the criteria is linked to a combo box.
I want to be able to say that if the combo box is empty (Null), then show ALL results.
I have tried this:
IIf(IsNull([Forms]![swboarde2]![reportmonth]),>#01/01/1900#,[Forms]![swboarde2]![reportmonth])
but it won't work.
Does anyone have any suggestions at all?
Thanks
Steve
I want to be able to say that if the combo box is empty (Null), then show ALL results.
I have tried this:
IIf(IsNull([Forms]![swboarde2]![reportmonth]),>#01/01/1900#,[Forms]![swboarde2]![reportmonth])
but it won't work.
Does anyone have any suggestions at all?
Thanks
Steve