Search results

  1. I

    Using a continuous form's filter to generate a report.

    Hello there, SO i have the followign VB code in my continuous form... Option Compare Database Option Explicit Private Sub cmdFilter_Click() Dim strWhere As String 'The criteria string. Dim lngLen As Long 'Length of the criteria string to append...
Back
Top Bottom