Hi all,
I have a database from which I build a query to populate a table with data, and one of the fields is a user selected date from a calender control. The query looks something like this:
SELECT
SampleSite.SiteID,
Format(#06-09-2006 11:42:19#,"dd/mm/yyyy") AS D_Date,
"" AS UserID...