Search results

  1. M

    Open a second report and apply the first report's user filter

    I have a report (rptStudy) which a user can filter by means of several text boxes in a form (frmSearch). The filter criteria is entered into the form which then opens the report, applies the filter, and closes the form. Works great. Here is my problem: I would like to have a command button on...
  2. M

    Filter by date range for any one of three dates.

    I am working with a form called frmSearch that filters a report called rptStudies. I am already filtering two fields [Book] and [Chapter] successfully with the following code: ________ Private Sub cmdFilter_Click() Dim strFilter As String ' Build criteria string for...
  3. M

    Filter multiple fields in a report with a form and allow blank fields to be returned

    I am very new to access 2007 and struggling with the code for a form named frmSearch that I am using to filter a report named rptBibleStudies. There are two frames on the form which each filter one of the following fields: [Book] and [Chapter]. If the field is left blank in the frmSearch...
Back
Top Bottom