Hello everybody!
This is my first post about a problem in MS Access. I am using the following statements:
Dim dtStart As Date
Dim dtEnd As Date
Dim strSql As String
rptName = "rptStudentsByDoB"
dtStart = Me.txtDateStart.Value
dtEnd = Me.txtDateEnd.Value
strSql = "Select * From...