Search results

  1. 3

    Export a report with a filtered subform inside it

    Hi, Can someone tell me how to filter a subform that is inside a report and export the report with the filtered subform in pdf, please?
  2. 3

    Help on error '2455'

    Private Sub Report_Open(Cancel As Integer) Me.subform.Form.Filter = "[ID]= '" & Forms![ID Form]![Person ID] & "' " Me.subform.Form.FilterOn = True End Sub When try to run this code, I am receiving this error: "Your entered an expression that has an invalid reference to/the property...
Top Bottom