Thanks for all the replies. Sorry it's an Access table that I use to create an Invoice. Once I have all the line Items I need to calculate the FSC charge and add that to the Sum
Here is the final result I'm trying for. The Sum of the Customer rate is $6050. The 23% surcharge is $1391.50 so itmakes the amount due $7441.50. I guess this would be similar to calculating tax on a sales receipt. But the FSC changes from customer to customer so I can't just have a fixed amount. I did try to add a parameter field to the report footer but sometimes it would be pushed to the last page if there are multple pages. I prefer to have it as another row.
Also below is the form I use to show me the total then I open a calculator to create the FSC charge, then open the Invoice table and add to the table which is then used to create the Invoice/report.
Thanks again for all the replies I will try some of the suggestions and report back
Job Date | Customer | Delivery Ticket # | Dump Pit # | Tons | Loads | Customer Rate |
28-Jun-22 | LRS | 1236 | 115846 | 0 | 1 | $550.00 |
28-Jun-22 | LRS | 1595 | 115836 | 14.9 | 1 | $550.00 |
28-Jun-22 | LRS | 1596 | 115920 | 20.5 | 1 | $550.00 |
28-Jun-22 | LRS | 1215 | 115841 | 19.1 | 1 | $550.00 |
28-Jun-22 | LRS | 1545 | 115909 | 0 | 1 | $550.00 |
27-Jun-22 | LRS | 1547 | 115603 | 20.2 | 1 | $550.00 |
27-Jun-22 | LRS | 1593 | 115593 | 19.4 | 1 | $550.00 |
27-Jun-22 | LRS | 1594 | 115683 | 18.6 | 1 | $550.00 |
01-Jul-22 | LRS | 1847 | 116613 | 20 | 1 | $550.00 |
01-Jul-22 | LRS | 1532 | 116632 | 20 | 1 | $550.00 |
01-Jul-22 | LRS | 1444 | 116618 | 20.9 | 1 | $550.00 |
06-Jul-22 | | FSC | | 0 | 0.23 | $1,391.50 |
| | | | | | $7,441.50 |
View attachment 101706