I am trying to deploy a VB6 app that uses Access97 db and Crystal reports. I have used the P&D wizard successfully for the application, but I do not know how to include the database and reports with...
Hi Babu,
I tried your suggestion and I still get the same error. The report will work on my machine as the db location is the same as when I set up the report / subreport in Crystal.
Thanks for the input. I initially intended to only use DAO for this application since it is a single user, MS Access DB. I just started to learn ADO and wanted to try it out, so I wrote some code...
I am developing a VB standard exe front end to an Access database. On one of my forms I import data from txt and Excel files. I need to validate the data in these records before loading into the...
K.Babu,
Your solution (using 'formula' fields) works for passing values to show in the crystal report. How do I pass values to represent the 'parameter' fields that the report is using in the...
Iceman,
I'm sorry you didn't get the responses you were looking for (or any for that matter). I just started using the CodeGuru and have found it useful at times.
I would be interested in seeing...
Hello there.
I have a crystal report with several parameters. I want to pass a value to one of the paramters (or at least set the default value) but let the user enter the other parameters.