Hi All,
Coming back to access after a long break and I'm sure this is a simple one.
I have a table (tblPriceList) and a form (frmPriceCalc), the form is used to calculate prices. I need to perorm the following calculation:-
txtCPU * [tblPriceList.Unit Cost(£)] where type = Memory
At the moment I am doing the simple thing and hard coding the unit cost, this is not ideal as the price will change often and I only want to change it once in the table.
Regards,
Nigel
Coming back to access after a long break and I'm sure this is a simple one.
I have a table (tblPriceList) and a form (frmPriceCalc), the form is used to calculate prices. I need to perorm the following calculation:-
txtCPU * [tblPriceList.Unit Cost(£)] where type = Memory
At the moment I am doing the simple thing and hard coding the unit cost, this is not ideal as the price will change often and I only want to change it once in the table.
Regards,
Nigel