C
channell
Hello,
I received some help to a question I had a while back. Well, I have one
more question regarding the same topic.
I have a combo box and a list box. The combo box is a filter for the list
box. Both work exactly how I need them to, except when I pass the union
query to SelectAll.
Here is what I have:
SELECT tPRELOADPOSITION.[BELT ID], tPRELOADPOSITION.BELT FROM
tPRELOADPOSITION UNION SELECT 0 As SelectAll,"-All-" As PlaceHolder FROM
tPRELOADPOSITION ORDER BY BELT;
I have messed around with this and tried a few things, but I haven't quite
figured it out yet.
If I use this, then the people WITHOUT a [BELT ID] show up... I need the
exact opposite, I need those who HAVE a [BELT ID] to show up.
I appreciate it very much! Thanks!
I received some help to a question I had a while back. Well, I have one
more question regarding the same topic.
I have a combo box and a list box. The combo box is a filter for the list
box. Both work exactly how I need them to, except when I pass the union
query to SelectAll.
Here is what I have:
SELECT tPRELOADPOSITION.[BELT ID], tPRELOADPOSITION.BELT FROM
tPRELOADPOSITION UNION SELECT 0 As SelectAll,"-All-" As PlaceHolder FROM
tPRELOADPOSITION ORDER BY BELT;
I have messed around with this and tried a few things, but I haven't quite
figured it out yet.
If I use this, then the people WITHOUT a [BELT ID] show up... I need the
exact opposite, I need those who HAVE a [BELT ID] to show up.
I appreciate it very much! Thanks!