D
Daren
I'm trying to filter my query by a field on a form. The form field (combo
box) is using a distinctrow pull between two tables. The form name is
frmMain. The combo box is cboBroker. On the form, I'm displaying the
description if the field is null (which works). On my query, my statement is:
IIf([Forms]![frmMain]![cboBroker]<>"",[Forms]![frmMain]![cboBroker],([tblBrokerSalesExp]![BrokerCD]>=""))
If there is a value in the field, it works. If the field is null, then I
get no values. I've tried testing for a null value but get the same results.
Any ideas?
box) is using a distinctrow pull between two tables. The form name is
frmMain. The combo box is cboBroker. On the form, I'm displaying the
description if the field is null (which works). On my query, my statement is:
IIf([Forms]![frmMain]![cboBroker]<>"",[Forms]![frmMain]![cboBroker],([tblBrokerSalesExp]![BrokerCD]>=""))
If there is a value in the field, it works. If the field is null, then I
get no values. I've tried testing for a null value but get the same results.
Any ideas?