Using CR 8.5 and SQL2000.
TableA has 2 fields:
TableA.Number
TableA.Name
TableB includes the following fields:
TableB.Number1
TableB.Number2
TableB.Number3
TableB.Number4
TableB.Number5
These five fields from TableB represent which employee from TableA completed each stage of an order, and there can be as many as 5 stages to finish an order.
I am trying to write a report that will display the TableB.Number(1-5) that completed each stage as well as the
TableA.Name field (i.e. employee name).
TableA has 2 fields:
TableA.Number
TableA.Name
TableB includes the following fields:
TableB.Number1
TableB.Number2
TableB.Number3
TableB.Number4
TableB.Number5
These five fields from TableB represent which employee from TableA completed each stage of an order, and there can be as many as 5 stages to finish an order.
I am trying to write a report that will display the TableB.Number(1-5) that completed each stage as well as the
TableA.Name field (i.e. employee name).