beetlebailey
Programmer
I need advice on how to query an Access database table column named "Date" containing the short date format, example: 9/20/2005. I would like to query based on the day (20) and return the results something like this:
SELECT TTRN from ([tbl ttrn index])where day = 20
Thanks in advance.
SELECT TTRN from ([tbl ttrn index])where day = 20
Thanks in advance.