Hi there.
I have a database called mywebcha_IMincome and in there a table called amount
I also have a database called mywebcha_IMexpense and in there a table also called amount
how do i subtract the sum of one from the other ?
Also how do i display as 2 decimal places ?
For example if income amount = 500 and expense amount = 300.50 it returns a value of 199.50 ?
Thanks