sps2
10-11-2008, 10:08 AM
Hello all, first time on the fourm.
IIf(IsNull([forms]![DateSelectionWO]![OrganizationCombo]),"",[forms]![DateSelectionWO]![OrganizationCombo])
This is checking a form to see if a selection was made in a combo box "OrganizationCombo". If so then the report show the records matching the selection. What I would like, is if no selection were made, the report would show all records. With a selection made it works fine, when no selection is made the report shows no records.
Thanks for any help.
http://www.access-programmers.co.uk/forums/C:\Documents and Settings\rwwilso\Desktop\iif.bmp
IIf(IsNull([forms]![DateSelectionWO]![OrganizationCombo]),"",[forms]![DateSelectionWO]![OrganizationCombo])
This is checking a form to see if a selection was made in a combo box "OrganizationCombo". If so then the report show the records matching the selection. What I would like, is if no selection were made, the report would show all records. With a selection made it works fine, when no selection is made the report shows no records.
Thanks for any help.
http://www.access-programmers.co.uk/forums/C:\Documents and Settings\rwwilso\Desktop\iif.bmp