Need Help.
I have 2 table.
1. Employee
2. Transdata
employee transdata
empid name empid, unit, price, total
001 AAA 001 2 100 200
001 3 100 300
-----
Grandtotal 500
I want to put in the main form the Grandtotal. Once the user add/edit record on transdata on a subform, i want to update the grandtotal on the main form.
How can i do that?
Thanks!
I have 2 table.
1. Employee
2. Transdata
employee transdata
empid name empid, unit, price, total
001 AAA 001 2 100 200
001 3 100 300
-----
Grandtotal 500
I want to put in the main form the Grandtotal. Once the user add/edit record on transdata on a subform, i want to update the grandtotal on the main form.
How can i do that?
Thanks!