I am trying to sort a report on the fly with dates please let me know whow I can get the following code to work, I know I have it configured incorrectly.
Thanks
Thanks
Code:
ElseIf TypeOf c Is Access.TextBox Then strSQL = strSQL & "([" & c.Tag & "] BETWEEN #" & c & "# And Forms![frmParkingFilter]![EndingDate]) And "
Comment