I am using 2 tables for this report linking the IC# fields. I need to see all invoice activity from table A and all invoice activity from table B but only show unique invoice #'s. So it's possible to have only 1 invoice from table A and many invoices from table B for the same IC#. Here's an example of what I'm getting now from Crystal:
IC# table A table B item table A $ table B $
invoice# invoice#
123 8475 4475-6 800 1,000 3,000
123 8475 1125-8 800 1,000 6,500
123 8475 8527-3 800 1,000 4,488
How do I only show 1 invoice (8475) with 1 dollar amount (1,000) but also show all 3 table B invoices with all 3 dollar amounts?
Thanks!
IC# table A table B item table A $ table B $
invoice# invoice#
123 8475 4475-6 800 1,000 3,000
123 8475 1125-8 800 1,000 6,500
123 8475 8527-3 800 1,000 4,488
How do I only show 1 invoice (8475) with 1 dollar amount (1,000) but also show all 3 table B invoices with all 3 dollar amounts?
Thanks!