CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Crystal reports

  1. #1
    Join Date
    Sep 1999
    Location
    chennai
    Posts
    3

    Crystal reports

    I have been working in crystal reports,it works fine with data in the database
    My problem is how can i generate report with MS Access dynamically.

    Thanks in advance


  2. #2
    Join Date
    Jun 1999
    Posts
    6

    Re: Crystal reports

    I don't know if you'll like my solution.
    You can execute a 'Select ... into tempTable' query. With this select you can fill a temporrary table with the data you need. Next, you can use this temporrary table as source for your report.


  3. #3
    Guest

    Re: Crystal reports

    I would use Crystal Report API's or Crystal Report Control in MS Access. By Setting the methods for the control or by calling the functions for CR one can acheive the desired results. Try using Crystal report control in Access as this is easier to work with.

    Srini



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