Hi All,
I would like to run the following query using date range
Start Date = 01/10/2010 dd/mm/yyyy
End DAte = 31/03/2011 & 23:59:59 dd/mm/yyyy
When I run the Option-1 one using "Parameters" its run ok
Option-1
WHERE (((AdmitDate)<=DateAdd("d",1,[End Date]))
AND...