Search results

  1. B

    VBA Problem with Between 2 dates

    Having problems updating code. I need it to look at multiple Origin_Date columns (Origin_Date2 & Origin_Date3). Current VBA ' If Opened Date From If (IsDate(Me.OpenedDateFrom) And IsDate(Me.OpenedDateTo)) Then strWhere = strWhere & " AND [CAReport.Origin_Date] BETWEEN #" &...
Top Bottom