Fields:
*Approved Budget
*Expense
*Running Balance
--------------------------------
Proposed Process:
I want to do the following:
FORMULA: "Approved Budget - Expense = Running Balance"
1.) receive data via html form
2.) Automatically subtract Expense from Approved Budget after the user inserted the data
3.) Retrieve the Running Balance data from MySQL
4.) Show Running Balance in HTML form.
*Approved Budget
*Expense
*Running Balance
--------------------------------
Proposed Process:
I want to do the following:
FORMULA: "Approved Budget - Expense = Running Balance"
1.) receive data via html form
2.) Automatically subtract Expense from Approved Budget after the user inserted the data
3.) Retrieve the Running Balance data from MySQL
4.) Show Running Balance in HTML form.