I have this table and a Date column(YYYY-MM-DD format) and i assumed this is a TEXT.
I made this query linked to a textbox(i set the input mask same format as it is in my table).
This is the code.
SELECT * FROM tblData WHERE Col_Date LIKE "*" & FORMS!frmMain![txtDate] & "*"
Please advise.
P.S.
the table is imported from excel file.
Thanks