Thanks for the reply guys...
I am using DD/MM/YYYY
The value passed is a querystring value (Using ASP), which is called DateString.. The field is a datetime field
I have this now, but still nothing is being returned:
SQL = "SELECT * FROM Meta_Default WHERE ID = 14 AND StartDate = CONVERT(datetime, '" & trim(DateString) & "', 103)"
Anyone got any ideas now
Cheers