Hello,
I'm a newbie using Crystal Reports 12. I think this should be simple, but I haven't figured it out yet. I'm designing a report that accesses our database for the most up-to-date customer list, then asks the user to select which customer they want to view (parameter field). Once they have selected which customer, I want to update the report with data specific for that customer, such as their address for example. The parameter works, but the report is generated with that customer replicated one time for every customer but with every customer's address one time. So instead of a one page report for that customer, I get 12,000 pages of useless info.
How do I select only the address that matches the parameter selected?
Thanks,
Dave