Hi,
I have the following tables:
tblOrders
tblOrderLine
tblProducts
I have a sub-total field in the table tblOrderLine, in my form the user can select the product using a drop down list which is linked to the ProductID stored in tblOrderLine, they then enter a quantity (also stored in tblOrderLine), on the form i do not have a clue as to how it will calculate a sub-total of that purchase...plea seeeeeeeee help i would really appreciate it! please please please
Also, even if i do get the sub-totals, how would that be added together for the Total field in tblOrders?! please please help!
I have the following tables:
tblOrders
tblOrderLine
tblProducts
I have a sub-total field in the table tblOrderLine, in my form the user can select the product using a drop down list which is linked to the ProductID stored in tblOrderLine, they then enter a quantity (also stored in tblOrderLine), on the form i do not have a clue as to how it will calculate a sub-total of that purchase...plea seeeeeeeee help i would really appreciate it! please please please
Also, even if i do get the sub-totals, how would that be added together for the Total field in tblOrders?! please please help!
Comment