Run an Access Report from a VB .nt application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?VG9ueSBBLg==?=

    Run an Access Report from a VB .nt application

    I using Access as the database for a VB .Net application I'm developing.
    I've developed reports in Access and would like to run the reports from the
    VB .Net application. Any suggestions on how this can be done?
    --
    Tony
  • George Shubin

    #2
    Re: Run an Access Report from a VB .nt application

    See:



    --
    -----------------------------------------------------------------------------------
    George Shubin Custom Software Development
    dX Software Systems Database Applications
    Ph: 503-981-6806 Fax: 503-982-0120
    www.dxonline.com george@dxonline .com
    -----------------------------------------------------------------------------------

    "Tony A." <TonyA@discussi ons.microsoft.c omwrote in message
    news:B8DAAB25-3908-4D8A-9168-FE4070CD18BE@mi crosoft.com...
    >I using Access as the database for a VB .Net application I'm developing.
    I've developed reports in Access and would like to run the reports from
    the
    VB .Net application. Any suggestions on how this can be done?
    --
    Tony

    Comment

    • =?Utf-8?B?VG9ueSBBLg==?=

      #3
      Re: Run an Access Report from a VB .nt application

      George - Thank You!
      --
      Tony


      "George Shubin" wrote:
      See:

      >
      >
      --
      -----------------------------------------------------------------------------------
      George Shubin Custom Software Development
      dX Software Systems Database Applications
      Ph: 503-981-6806 Fax: 503-982-0120
      www.dxonline.com george@dxonline .com
      -----------------------------------------------------------------------------------
      >
      "Tony A." <TonyA@discussi ons.microsoft.c omwrote in message
      news:B8DAAB25-3908-4D8A-9168-FE4070CD18BE@mi crosoft.com...
      I using Access as the database for a VB .Net application I'm developing.
      I've developed reports in Access and would like to run the reports from
      the
      VB .Net application. Any suggestions on how this can be done?
      --
      Tony
      >

      Comment

      • Rich P

        #4
        Re: Run an Access Report from a VB .nt application

        You can create the same report in your VB.Net application using the
        Report Viewer control. The Report Viewer control functions the same as
        a Report from sql server reporting services except that it belongs to
        you app instead of sql server. The report viewer control is a component
        of the .Net 2.0 Framework - so you need to have .Net 2.0 framework
        installed for this (VB2005). The report viewer control has way more
        functionality than the Access Report.

        Rich

        *** Sent via Developersdex http://www.developersdex.com ***

        Comment

        Working...