I have a VB6 application which will pass a parameter called sLName from a combox to a report which I created using CR 8.5. In VB6, I selected "Add Crystal Report" from the menu which created for me a CrystalReport1.DSR and a FORM1. I am using an Access database. My report name is AdjBill.rpt. What code must I add to the FORM1 in order to get this to work? Also, do I only need to view the SQL in my report and add WHERE Adjuster.'Adjuster.Last.Name' = sLName. Ultimately, I need to select a name from my combobox and pass that name to my report and produce my report.
Any help would be GREATLY appreciated! Thanks all!
Any help would be GREATLY appreciated! Thanks all!