I want to combine extended description fields into one field that shows at the record level. For example...
Table1:Inventory Item
Table2:Extended description on inventory items
Table1.ItemNo Table2.ExtDesc Table2.Sequence
Details >
Record #1 A100ZX Interface, tabl 001
Record #2 A100ZX e mount. 002
*****************************
I want to have the following (then group by ExtDesc)...
Table1.ItemNo Table2.ExtDesc Table2.Sequence
Details >
Record #1 A100ZX Interface, table mount. 001
Record #2 A100ZX Interface, table mount. 002
&ru
Table1:Inventory Item
Table2:Extended description on inventory items
Table1.ItemNo Table2.ExtDesc Table2.Sequence
Details >
Record #1 A100ZX Interface, tabl 001
Record #2 A100ZX e mount. 002
*****************************
I want to have the following (then group by ExtDesc)...
Table1.ItemNo Table2.ExtDesc Table2.Sequence
Details >
Record #1 A100ZX Interface, table mount. 001
Record #2 A100ZX Interface, table mount. 002
&ru