Hi.

I just would like to ask how to pass parameter data from VB to Crystal Report. I have created reports before but these only use groupings and sortings and just displaying data from the database. What if, for instance, certain values have to be user-inputted, must be displayed in the report itself and must be used in filtering records, such as in the sample report heading below:

Cost of Goods Sold
Branch: {branch_name}
From {date1} To {date2}
Printed on: {date_today}

where {branch_name}, {date1}, and {date2} are all user-supplied and {date_today} is the system date. How can I pass these data from VB to the report? Does the Crystal Report version matter in the procedure for passing data? I'm using Crystal Report v4.6.

Thanks for the info in advance!