I am new to crystal.Im using version 4. I am trying to pass a parameter to the report and it doesn't seem to even see it. I am connecting to my dbase(access) via odbc.
Here's part of my vb code:
CrystalReport1.SQLQuery = "select * from contact where contact_type = '" & run_type & "' "
Should I just be setting up the query in crystal? If so, what's the format because nothing I try seems to work.