I'm pretty new to Crystal reports and I have a question on whether or not I can (or should) use subreports for what I have to accomplish. I'm currently using Crystal XI. Here's the scenario:
I have two reports, A and B, each of them contain a list of account numbers. I would like to read an account number from report A (which I assume is the main report) and see if that account number is in report B. If it is, I don't want it. If it is not, I would like to print it. Hope this makes sense. Here's an example:
Report A Report B Report Output
(Main) (Subreport)
Z408885 Z420946 Z408885
Z420946 Z428102 Z436163
Z428102 Z472141
Z436163 Z440424
Z440424
Is a subreport the best or only way to do this? Do I have the main report and subreport correct or should they be reversed? Thanks in advance for any help I can get.
I have two reports, A and B, each of them contain a list of account numbers. I would like to read an account number from report A (which I assume is the main report) and see if that account number is in report B. If it is, I don't want it. If it is not, I would like to print it. Hope this makes sense. Here's an example:
Report A Report B Report Output
(Main) (Subreport)
Z408885 Z420946 Z408885
Z420946 Z428102 Z436163
Z428102 Z472141
Z436163 Z440424
Z440424
Is a subreport the best or only way to do this? Do I have the main report and subreport correct or should they be reversed? Thanks in advance for any help I can get.