J
Junior
using the code below as rowsource - is there a way to control the order of
selections with ORDERBY in this SQL?
I tried creating a sorted query for the cbo but still didn't change the
order in the cbo?
SELECT TlkpAppPosition.PosID, TlkpAppPosition.PosDesc FROM TlkpAppPosition
UNION Select "ALL" as AllChoice , "ALL Applications" as Bogus FROM
TlkpAppPosition;
selections with ORDERBY in this SQL?
I tried creating a sorted query for the cbo but still didn't change the
order in the cbo?
SELECT TlkpAppPosition.PosID, TlkpAppPosition.PosDesc FROM TlkpAppPosition
UNION Select "ALL" as AllChoice , "ALL Applications" as Bogus FROM
TlkpAppPosition;