theflyingminst
02-15-2009, 08:35 PM
Hi I'm trying to search a date field in Access 2007 with classic ASP and the records in the database are not pulling up for some reason.
Is this the correct syntax?
strSQL = "SELECT * FROM calendar WHERE cal_date LIKE " & goDate
Thanks so much
Is this the correct syntax?
strSQL = "SELECT * FROM calendar WHERE cal_date LIKE " & goDate
Thanks so much