I have some tables created that adds up the total and they automatically add up to a Grand Total Currency field. I then have a Mileage table that I found out I would need JavaScript to make it work. After putting in the JavaScript and getting everything to work it seems like my Grand Total section doesn't recognize the Grand Total of the Mileage. Does this mean I have to write JavaScript for everything to be able to add?
So my Grand total at the bottom adds up the Grand Total All Expenses to be Reimbursed, but it doesn't seem to read the Grand Total of Mileage Expenses. I did use JavaScript to get the # or Miles * Mileage Rate to fill the Total column as well. (Code is on the bottom). It has been a while since I've done any coding, so I am rusty on some of my knowledge. Thank You.