H
Harmannus
Hallo,
How can i use the default text "select all" in a dropdown box? I hove a
dropdown box tied to a show month dropdown. I want the option "select all"
to show the data for all months. How can i put this text here without
effecting the outcome of the query. I mean the below works just fine if
(shows all months) i leave the dropdown blank.
For the query i use
IIf([Forms]![fdlgReportHours]![Combo9].[Value] Is
Null;[tblHours]![PeriodID];[Forms]![fdlgReportHours]![Combo9].[Value])
Thanx for any tips!
Regards,
Harmannus
How can i use the default text "select all" in a dropdown box? I hove a
dropdown box tied to a show month dropdown. I want the option "select all"
to show the data for all months. How can i put this text here without
effecting the outcome of the query. I mean the below works just fine if
(shows all months) i leave the dropdown blank.
For the query i use
IIf([Forms]![fdlgReportHours]![Combo9].[Value] Is
Null;[tblHours]![PeriodID];[Forms]![fdlgReportHours]![Combo9].[Value])
Thanx for any tips!
Regards,
Harmannus