Please show me how to store/add calculate field in the table. Thank you very much.
I attached the database for review. In the database, I have 3 fields, QtyReceived, QtyRemain, QtyUsed.
The calculation is QtyRemain = QtyReceived - QtyUsed (where QtyUsed is in the subform and it will add total of QtyUsed in subform and put in the mainform)
As I did calculate in this database, the QtyRemain doesn't store in the QtyRemain in the tbl_Item.
Is there another way to calculate QtyRemain and store in QtyRemain field in the table.
I attached the database for review. In the database, I have 3 fields, QtyReceived, QtyRemain, QtyUsed.
The calculation is QtyRemain = QtyReceived - QtyUsed (where QtyUsed is in the subform and it will add total of QtyUsed in subform and put in the mainform)
As I did calculate in this database, the QtyRemain doesn't store in the QtyRemain in the tbl_Item.
Is there another way to calculate QtyRemain and store in QtyRemain field in the table.