I have a project to modify a report to include a code that stems from a sum of labor. I need to add the labor for each cabinet plus the accessories added to each cabinet to result in a number that then will be used to to determine a code that will be added to the report in the group header.
Here are examples of the tables:
Cab table
CabID CabLabor
1 100
2 110
3 100
4 40
Accessory table
CabID ALabor
1 5
1 4
1 5
2 5
Here are the codes I was given
C01 = 3
C02 = 1
C03 = 2
C04 = 4
C10 = 100 to 159
C20 = 160 to 499
How would I code this in Crystal 8. I have tried just adding them together, but I get only a blank. Ideas???
Thanks
Here are examples of the tables:
Cab table
CabID CabLabor
1 100
2 110
3 100
4 40
Accessory table
CabID ALabor
1 5
1 4
1 5
2 5
Here are the codes I was given
C01 = 3
C02 = 1
C03 = 2
C04 = 4
C10 = 100 to 159
C20 = 160 to 499
How would I code this in Crystal 8. I have tried just adding them together, but I get only a blank. Ideas???
Thanks