C
channell
Hell, I have a question regarding "All" in a Combo Box. I need to have an
"All" option in my combo box to return all the records on my form. Thanks
for your help!!
I have a form that is Filtered according to what is selected in my ComboBox.
It works perfectly. My Combo Box reads as follows:
SELECT tPRELOADPOSITION.[BELT ID], tPRELOADPOSITION.BELT FROM
tPRELOADPOSITION ORDER BY [BELT];
I have tried this, but to no avail:
SELECT tPRELOADPOSITION.[BELT ID], tPRELOADPOSITION.BELT FROM
tPRELOADPOSITION UNION SELECT ("All") FROM tPRELOADPOSITION ORDER BY [BELT];
There are two columns: 0";1"
I have tried a few different things, and I usually get a syntax error or the
combo box displays nothing. I have read all sorts of articles and websites,
but I am missing something. Thank you for your help! I very much appreciate
it!
-Scott Channell
"All" option in my combo box to return all the records on my form. Thanks
for your help!!
I have a form that is Filtered according to what is selected in my ComboBox.
It works perfectly. My Combo Box reads as follows:
SELECT tPRELOADPOSITION.[BELT ID], tPRELOADPOSITION.BELT FROM
tPRELOADPOSITION ORDER BY [BELT];
I have tried this, but to no avail:
SELECT tPRELOADPOSITION.[BELT ID], tPRELOADPOSITION.BELT FROM
tPRELOADPOSITION UNION SELECT ("All") FROM tPRELOADPOSITION ORDER BY [BELT];
There are two columns: 0";1"
I have tried a few different things, and I usually get a syntax error or the
combo box displays nothing. I have read all sorts of articles and websites,
but I am missing something. Thank you for your help! I very much appreciate
it!
-Scott Channell