Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. run access query for crystal report

run access query for crystal report

Scheduled Pinned Locked Moved Visual Basic
databasehelp
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    KIDYA
    wrote on last edited by
    #1

    Hello Experts!! My problem is- "select * from data" i want to show result of this query on to crystal report.......I am using msaccess for a database.

    H 1 Reply Last reply
    0
    • K KIDYA

      Hello Experts!! My problem is- "select * from data" i want to show result of this query on to crystal report.......I am using msaccess for a database.

      H Offline
      H Offline
      helelark123
      wrote on last edited by
      #2

      This link will help you: http://www.vbforums.com/showthread.php?p=2686697[^]

      Shay Noy

      K 1 Reply Last reply
      0
      • H helelark123

        This link will help you: http://www.vbforums.com/showthread.php?p=2686697[^]

        Shay Noy

        K Offline
        K Offline
        KIDYA
        wrote on last edited by
        #3

        I used code from given link....but give error "view report is not member of frmOrder" Dim Report As New frmorder Dim TableName(0) As String Dim QueryString(0) As String TableName(0) = "TableName" 'Pass The Table That you used in the crystal Report QueryString(0) = "SELECT * FROM TableName" ' Pass the Query 'ReportForm.MdiParent = MainForm 'Pass For Mdi True Report.ViewReport("CrystalReport1.rpt", TableName, QueryString, )

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups