Hi
I have the following SQL WHERE statement in my SQL code which is in a OLE DB query in a 2010 excel file.
where convert(varchar(10),datestarted,111) between '2012/04/16' and '2012/04/22'.
Is there a way to reference date cells that are in the same file e.g.
where convert(varchar(10),casestarted,111) between '$J$2' and $K$2'
Thank you in advance for any help.
Mally