B
BurtArkin
I have a query where I want to show either a single selection from a drop
down box, or all records if the dropdown box is null. The language I'm using
is:
IIf(IsNull([Forms]![ReportForm]![cboSCType]),>1,[Forms]![ReportForm]![cboSCType])
When a selection is made in the cboSCType dropdown, everything works. If I
leave the dropdown box null, blank and empty, I get strange and inconsistent
results. (I'm using Access 2002 on an XP Pro system. The elements of the
dropdown box are autonumbered.)
Please tell me what I'm doing wrong. Thanks
down box, or all records if the dropdown box is null. The language I'm using
is:
IIf(IsNull([Forms]![ReportForm]![cboSCType]),>1,[Forms]![ReportForm]![cboSCType])
When a selection is made in the cboSCType dropdown, everything works. If I
leave the dropdown box null, blank and empty, I get strange and inconsistent
results. (I'm using Access 2002 on an XP Pro system. The elements of the
dropdown box are autonumbered.)
Please tell me what I'm doing wrong. Thanks