Search results

  1. R

    Unable to set the Control Source Property in a report

    In Access 2002 I am creating a new instance of a report object from a form using: Dim rpt As New Report_rpt Set rpt = New Report_rpt I am then trying to set the GroupLevel ControlSource of the report in the Report_Open section using: Me.GroupLevel(0).ControlSource = "Test" and am getting...
  2. R

    Global variable using automation

    Does anyone know how to get the value of a global variable in another Access application using automation (or any other way)? I am unable to change any of the code in the application that is being referenced by automation. Thanks for your help. James
Back
Top Bottom