Recent content by benjamintsims

  1. B

    Open report VBA script

    Thanks, that works! The next question is can I open the report so as to enable the use of hyperlinks in the report?
  2. B

    Open report VBA script

    Unfortunately that causes the report to print! Any other ideas?
  3. B

    Open report VBA script

    Hi Can anyone help me with a problem I am having getting a command button to open a report? The VBA script generated by the wizard is Private Sub openreport_Click() On Error GoTo Err_openreport_Click stDocName = "Recharge schemes all data" Exit_openreport_Click: Exit Sub...
Back
Top Bottom