I have created a report that will print membership cards on Avery business Card stock for all member os a Veterans Post using Crystal Reports 2008 for VS Studio 2008 for a ASP.net Web Page using VB.Net 2008 and a SQL2008 DB Table. It is good for printing all the members cards but I want to be able to print selected cards for either a new member or members. The Card Stock allows you to print up to 10 cards per page. On the ASP.net web Page, I would like to allow the user to select the member's ID or ID's from either a ASP.net checkboxlist using VB.net Can anyone advise me what type of parameter type I need to use to accept multiple selections of the ID numbers.
Would it be something like "Where PKID in memberID" Where PKID is the Database Column and MemberID is the multiple select field parameter? Any help in creating the record selections formula will be greatly appreciated and code samples would help!
Edited by: David Crum on Feb 24, 2012 10:04 AM