R
Regi
I have a table that I built a query from that has data from our main frame in
it. The data is for multiple jobs. There is a field called Fee Pct that only
comes over on the main task of a job. I need to repeat or copy this field to
it's sub tasks.
Ex: How it comes over now
Job # Sub Task Fee Pct
1180 000 13.00
1180 200 0.00
1180 210 0.00
What I need it to look like:
1180 000 13.00
1180 200 13.00
1180 210 13.00
How could I do this in either the Table or the Query?
Thanks
it. The data is for multiple jobs. There is a field called Fee Pct that only
comes over on the main task of a job. I need to repeat or copy this field to
it's sub tasks.
Ex: How it comes over now
Job # Sub Task Fee Pct
1180 000 13.00
1180 200 0.00
1180 210 0.00
What I need it to look like:
1180 000 13.00
1180 200 13.00
1180 210 13.00
How could I do this in either the Table or the Query?
Thanks