G
Gordon
I am using a form to enter the parameters for a report. The parameters
are drawn from a number of combo boxes on the form. The report is
based on a query. Several of the query fields have expressions such
as:
Like IIf(IsNull([forms]![frmReports]![cboIssuedBy]),"*",([forms]!
[frmReports]![cboIssuedBy])).
This works fine as long as the fields that are being queried have no
null values - if they do, then in the situation where I want the "*"
to apply, the query only returns the records which have a value.
Really, I want to be able to replace the "*" part of the expression
above with something along the lines of LIke "*" or Is Null but I
can't manage to make that work in the expression above.
Can anyone help?
Gordon
are drawn from a number of combo boxes on the form. The report is
based on a query. Several of the query fields have expressions such
as:
Like IIf(IsNull([forms]![frmReports]![cboIssuedBy]),"*",([forms]!
[frmReports]![cboIssuedBy])).
This works fine as long as the fields that are being queried have no
null values - if they do, then in the situation where I want the "*"
to apply, the query only returns the records which have a value.
Really, I want to be able to replace the "*" part of the expression
above with something along the lines of LIke "*" or Is Null but I
can't manage to make that work in the expression above.
Can anyone help?
Gordon