Search results

  1. J

    run query based a date range pulled from a form

    I have form with two date text boxes. One is start date and the other is end date. I want to query a table and only pull records that the date field is between the start date and end date. my code I am working on is: Dim startdate2 As String Dim enddate2 As String Me.start_date = startdate2...
Back
Top Bottom