S
Simon Glencross
I have a form which has a stock total field which is populated by a =OnHand
function
I also have a field called RRPrice which has the cost of the item.
What I wouldlike to do now is stocktotal x RRPrice = Stock Value
I have tried the following in the control source of a text box
=OnHand([ItemCode])*[RRPPRICE] but all I get is #Name?
Any suggestions?
Thanks in advance!
function
I also have a field called RRPrice which has the cost of the item.
What I wouldlike to do now is stocktotal x RRPrice = Stock Value
I have tried the following in the control source of a text box
=OnHand([ItemCode])*[RRPPRICE] but all I get is #Name?
Any suggestions?
Thanks in advance!