I need to display records by Month....so I designed form with combo drop down list of months and created query to display related months....I also gave option to select "ALL" in combo box, so if I select "ALL", I need to display all records......my iif query is something like this...
=IIf([Forms]![Form2]![Combo0]<13,[Forms]![Form2]![Combo0, ???]
I need something to replace this "???" and display all records is Combo0=13 (Which is referenced to ALL)
Thanks.
=IIf([Forms]![Form2]![Combo0]<13,[Forms]![Form2]![Combo0, ???]
I need something to replace this "???" and display all records is Combo0=13 (Which is referenced to ALL)
Thanks.