***RESOLVED***Crystal Reports problem
I have just installed Crystal Reports Dev edition with VB6 Enterprise.
the company that originally did a number of reports was in an ASP situation. I'm trying to use those reports for a VB app. All the reports have a parameter wanting an ID number which references the SQL table to the record the user is viewing. What I need to know is how to pass the parameter information to the Crystal Report when the user clicks a command button. Here is what I need to pass to the Crystal report parameter
SELECT * from tblClaim WHERE ID = '" & frmAdminInfo.txtIDref.Text & "'"
That way the report will be generated based on that record only.
Any help would be appreciated. There are bunches of reports to be modified so if I can get an answer to this I'm well on my way to converting the reports to work in the windows app.
Thanks for any and all help