Hi there,
How do I use a parameterized report. Suppose, I want to select the Contact_Id at runtime and based on the value I enter, the report should list only records particular to the parameter I give.
Ive created a parameter field and Ive included it inside the report design. In the code, rs.Open "select...." when I check with the table's field contact_id, how do I refer to the parameter field? The parameter field name is given as
?contact_id. But, ? cannot be used in the select statement
Pls give me the code for how to use the parameter field in the rs.open "select.."
How is this done in Crystal Report 8. Im using VB6 and cr8
Cheers
Parasuraman
Parasuraman
How do I use a parameterized report. Suppose, I want to select the Contact_Id at runtime and based on the value I enter, the report should list only records particular to the parameter I give.
Ive created a parameter field and Ive included it inside the report design. In the code, rs.Open "select...." when I check with the table's field contact_id, how do I refer to the parameter field? The parameter field name is given as
?contact_id. But, ? cannot be used in the select statement
Pls give me the code for how to use the parameter field in the rs.open "select.."
How is this done in Crystal Report 8. Im using VB6 and cr8
Cheers
Parasuraman
Parasuraman