M
megthegirlfriend
I have a form with a combobox. The box is linked to a table. The
Rowsource on this combobox is simple:
SELECT DISTINCT Details.Date
FROM Details;
When I run that SQL I get this:
11/13/05
11/10/95
11/13/05
Why am I getting two of the same dates? Why is DISTINCT not working?
Any help is appreciated, thanks.
Rowsource on this combobox is simple:
SELECT DISTINCT Details.Date
FROM Details;
When I run that SQL I get this:
11/13/05
11/10/95
11/13/05
Why am I getting two of the same dates? Why is DISTINCT not working?
Any help is appreciated, thanks.