Its been a few years since I have really gotten my hands deep into creating a new database. So, I'm at a cross roads as to the best way to accomplish my goal.
What I need is something that takes this:
Invoice Number Client Number Working Office Budget Amount Amount Total Amount
1234 13 13 79.54 13.45 64.15
1234 14 13 153.21 13.45 143.97
1234 15 13 532.01 13.45 345.43
And makes this:
Invoice Number Client Number Working Office Budget Amount Amount Total Amount
1234 13 13 765.32 40.35 553.45
1235 14 14 235.32 23.21 85.46
1235 13 13 13254.02 23.24 12354.34
All of this information is in one query that does a currency conversion, but it all comes from one table.
Any questions please ask!~
Thanks so much!~
What I need is something that takes this:
Invoice Number Client Number Working Office Budget Amount Amount Total Amount
1234 13 13 79.54 13.45 64.15
1234 14 13 153.21 13.45 143.97
1234 15 13 532.01 13.45 345.43
And makes this:
Invoice Number Client Number Working Office Budget Amount Amount Total Amount
1234 13 13 765.32 40.35 553.45
1235 14 14 235.32 23.21 85.46
1235 13 13 13254.02 23.24 12354.34
All of this information is in one query that does a currency conversion, but it all comes from one table.
Any questions please ask!~
Thanks so much!~