Hi all,
I am trying to put the answer to a calculation into an unbound text box. The problem is that part of the calculation involves a value from another table. I have the following calculation in the On Open event:- Me.txtTestLoad =([Load Required]*1.15)+([Drawer Weight]) Drawer Weight is in another table. I get the error message 'Microsoft cannot find the field Drawer Weight referred to in your expression.' Any help would be appreciated.
I am trying to put the answer to a calculation into an unbound text box. The problem is that part of the calculation involves a value from another table. I have the following calculation in the On Open event:- Me.txtTestLoad =([Load Required]*1.15)+([Drawer Weight]) Drawer Weight is in another table. I get the error message 'Microsoft cannot find the field Drawer Weight referred to in your expression.' Any help would be appreciated.