Using Crystal Reports 10 against a SQL Server 2000 database and having a problem with parameter fields and record selection.
The table has fields Job # and Part # (can have multiple parts per job). Need to have the user enter several job numbers and a specific part on that job for the report. Example,
Job # Part #
10001 2
10005 1
10007 3
etc.
The parameter field allows multiple values. Want the user to enter a job number and part number into a parameter field in the format (job_no dash part_no, or, #####-#).
How can I process the parameter array to parse the job number and part number fields and put into the record selection?
Your input is greatly appreciated.
Thanks.
The table has fields Job # and Part # (can have multiple parts per job). Need to have the user enter several job numbers and a specific part on that job for the report. Example,
Job # Part #
10001 2
10005 1
10007 3
etc.
The parameter field allows multiple values. Want the user to enter a job number and part number into a parameter field in the format (job_no dash part_no, or, #####-#).
How can I process the parameter array to parse the job number and part number fields and put into the record selection?
Your input is greatly appreciated.
Thanks.