CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 1999
    Posts
    4

    Printing Access report from VB

    Hi all,

    I use Access reports in my VB6 program.
    How do I pass variable to access report directly from VB program? So far, I have to use additional table on local drive and put all variables and data and I make that table source of the report.
    Hope someone can help.
    Ken


  2. #2
    Join Date
    Jul 1999
    Posts
    20

    Re: Printing Access report from VB

    u can create a access.report object in VB. and do the recquired manipulations.

    Praba


  3. #3
    Join Date
    Aug 1999
    Posts
    4

    Re: Printing Access report from VB

    Can you provide some sample code? Thanks

    Ken


  4. #4
    Join Date
    Mar 2000
    Posts
    15

    Re: Printing Access report from VB

    I have got to do this now, could you mail me some eg too?


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

Featured