I am using CR 9.0. I have two tables linked using ODBC.
Table one is called POCPODF and has following fields:
PO_NUMB
PO_LINE_NUMB
ITEM
ITEM_DESC
etc.
Table two is called A1PODTL and has following fields:
PO_NUMB
PO_LINE_NUMB
PO_PRINT_CHAR
Tables are linked on PO_NUMB and PO_LINE_NUMB.
If there is one matching record, when the report prints, it prints the same line twice. What can I do to eliminate the duplicate records from printing?
Thanks much...
Table one is called POCPODF and has following fields:
PO_NUMB
PO_LINE_NUMB
ITEM
ITEM_DESC
etc.
Table two is called A1PODTL and has following fields:
PO_NUMB
PO_LINE_NUMB
PO_PRINT_CHAR
Tables are linked on PO_NUMB and PO_LINE_NUMB.
If there is one matching record, when the report prints, it prints the same line twice. What can I do to eliminate the duplicate records from printing?
Thanks much...