G
Guest
How can I get my dates in a list box on my form to display in date order and
not number order? My dates are in a separate table call "Dates" with two
columns; First column is "Dates ID" which is an auto-number field and the
second is "Dates".
Property on the form for the field (HRAP Date) is:
Row Source: SELECT Dates.Dates FROM Dates;
Thanks for your help
--
not number order? My dates are in a separate table call "Dates" with two
columns; First column is "Dates ID" which is an auto-number field and the
second is "Dates".
Property on the form for the field (HRAP Date) is:
Row Source: SELECT Dates.Dates FROM Dates;
Thanks for your help
--