As a relative newby to Crystal Reports, I am trying to set up a report that needs two parameters.
The report is a receipt for dues payment, but we have a number of members who make partial payments during the year.
While the member's record is active in the membership app, I want the operator to be able to run a CR receipt report that lists all the payment dates for that member, so the operator can select the appropriate payment date for the receipt. The membership app allows CR reports to be added to the app menu.
I can handle the first paramenter (member ID) being passed by the app to CR.
My question is "how can I set up the second parameter to show the payments made by that member in a drop-down list"?
If it helps, we are using CR ver. 9 and the database is SQL Server 2000. I can create views if needed.
Thanks for any help!
The report is a receipt for dues payment, but we have a number of members who make partial payments during the year.
While the member's record is active in the membership app, I want the operator to be able to run a CR receipt report that lists all the payment dates for that member, so the operator can select the appropriate payment date for the receipt. The membership app allows CR reports to be added to the app menu.
I can handle the first paramenter (member ID) being passed by the app to CR.
My question is "how can I set up the second parameter to show the payments made by that member in a drop-down list"?
If it helps, we are using CR ver. 9 and the database is SQL Server 2000. I can create views if needed.
Thanks for any help!