Click to See Complete Forum and Search --> : Crystal reports
sanjaym
September 14th, 1999, 06:13 AM
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
Mihai Anghel
September 15th, 1999, 01:34 AM
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.
September 15th, 1999, 04:30 PM
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
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.