B
Bill Shultz
I have a database that has two field, one by company and another by group
name. I sort the report by a data range, which I use a form to select the
dates, company and group. My question is how to I write an expression in a
text field when the company is null it will select or use the group name.
Currently I am getting all records even when the company field is null.
=IIf(IsNull([Form]![Report Date Range]![cboCompany])," ",[Forms]![Report
Date Range]![cboGroup])
Thanks,
name. I sort the report by a data range, which I use a form to select the
dates, company and group. My question is how to I write an expression in a
text field when the company is null it will select or use the group name.
Currently I am getting all records even when the company field is null.
=IIf(IsNull([Form]![Report Date Range]![cboCompany])," ",[Forms]![Report
Date Range]![cboGroup])
Thanks,