Take print out in VB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jpr
    New Member
    • Feb 2008
    • 11

    Take print out in VB

    I am new to VB. I will be thankful if some one can help me out.

    I have a file in MS-Access containing some data in 4 tables. Can I print that data in particular format through .exe file of VB? If yes, then How?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    How you want to print that ?

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      You haven't told us what version of VB you're using. But I suspect that a DataReport will be the way to go.

      Comment

      • jpr
        New Member
        • Feb 2008
        • 11

        #4
        I want to print that in tabular format some thing like:
        Sr. No. Bill Number client Name Fees
        1 ABC/08/001 XYZ 1000
        2 ABC/08/002 PQR 500
        3 ABC/08/003 IJK 1000


        Originally posted by debasisdas
        How you want to print that ?

        Comment

        • jpr
          New Member
          • Feb 2008
          • 11

          #5
          I m using VB 6.0,How can I use Data Report. Only thing I have done with Data Report is adding Data Report.
          When I change Data Source, it give error "Invalid Data source" at run time even though the file exist there.

          Originally posted by Killer42
          You haven't told us what version of VB you're using. But I suspect that a DataReport will be the way to go.

          Comment

          • smartchap
            New Member
            • Dec 2007
            • 236

            #6
            Please see your query for Data Report in which I have given answer. From Data Report you can very well print the data as per your requirement.

            Comment

            Working...