i want to create a list box to filter my forms. I want the list box to retrieve the date store in a table or query but it may have similar date in the table so i want the list box to show the date only once.
Base the list box on a query that does an ORDER BY the date guy. You'll get only one entry for each date, no matter how many there may be of "1/5/04", for example.
PS - say hello to Vladimir for me..
Jim
Don't be sexist - Broads hate that.
Another free Access forum:
I think WildHare meant to write that you should use GROUP BY with the date field. I would use "Select Distinct DateField from YourTable" as the listbox RowSource because you don't have any aggregate functions in your SQL.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.