Hello there,
I need to use a combo box with all options in the month list. But only "ALL" shows the correct result. Rest, no matter which month I select, the result still shows the same result as selecting "ALL".
Please help!
here is my query:
SELECT distinct ReMonth As Filter, ReMonth from TBL_Student
UNION select distinct "*" As Filter, "All" as ReMonty from TBL_Student
ORDER BY ReMonth;
Thanks,
Cindy