The data type used on the SQL Server is smallDateTime.
I have been advised by another user to change the format of the Date variable in
VB using Format(strDate1,"mm/dd/yy"). This has had no effect. The Select Query I am using to open the recordset is
select vw.intVisitID,vw.FullName,Vw.dtmDateOfVisit From view_AllSchoolVisits As Vw Where (vw.intSchoolId =4) And (vw.DtmDateOfVisit Between 10/02/07 And 10/28/07)
Thank you for your suggestion but I cannot believe that it is so messy to query a date range. So at the moment I am no further forward.