Hi guys, have searched for this but can't find an answer...
I have a number of combo boxes that limit a continuous subform in the header of the main form.
Currently, if they are blank, all results are shown due to the following code in my underlying query:
((Tbl_Schedule. Machine)=Forms! Frm_Schedule!Co mboMachine Or Forms!Frm_Sched ule!ComboMachin e Is Null)
Is there any way of having a 'show all results' row in each of my combo boxes so that this can be selected and all results shown?
Hope you can help, OllyJ
I have a number of combo boxes that limit a continuous subform in the header of the main form.
Currently, if they are blank, all results are shown due to the following code in my underlying query:
((Tbl_Schedule. Machine)=Forms! Frm_Schedule!Co mboMachine Or Forms!Frm_Sched ule!ComboMachin e Is Null)
Is there any way of having a 'show all results' row in each of my combo boxes so that this can be selected and all results shown?
Hope you can help, OllyJ
Comment