I have an invoice page where I enter all the prices and desc, etc for customers.
I have:
Quantity Desc Unit Price Total
2 xyz 13.00 26.00
3 abc 10.00 20.00
The quantity, desc, unit price are text boxes within a form. The entire table is in a form.
How can I make it so that when I fill in quantity, desc and unit price, the total automatically appears?
Than on the bottom, how can I add the total column and get a final total price for the customer?
Anyone ever done something like this? If you know where I can go and read up on it, please let me know.
I have:
Quantity Desc Unit Price Total
2 xyz 13.00 26.00
3 abc 10.00 20.00
The quantity, desc, unit price are text boxes within a form. The entire table is in a form.
How can I make it so that when I fill in quantity, desc and unit price, the total automatically appears?
Than on the bottom, how can I add the total column and get a final total price for the customer?
Anyone ever done something like this? If you know where I can go and read up on it, please let me know.