Results 1 to 4 of 4

Thread: [VBA][Access] Open reports to view using buttons.

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    125

    [VBA][Access] Open reports to view using buttons.

    How can I open reports in the report viewer using abutton.

    This prints the form. I want to open it.
    Code:
    Private Sub cmdOpenSummary_Click()
        DoCmd.OpenReport ("rptSummary")
    End Sub
    Thanks

    [edit] Ah bugger, wrong forum, could someone move this to the database forum please.[/edit]
    Last edited by emdiesse; Feb 18th, 2006 at 11:39 AM.
    Emdiesse

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width