J
JMorrell
I have a control on a form which holds a calculated value. How can I take this value and update a table with it
tia
jeff
tia
jeff
this value and update a table with it?JMorrell said:I have a control on a form which holds a calculated value. How can I take
I have a control on a form which holds a calculated value. How can I take this value and update a table with it?
tia,
jeff
I have a control on a form which holds a calculated value. How can I take this value and update a table with it
jef
Now on to my next situation. I have a report, which is fed by a query. On the form I have a text box whos control source is =IIf([leavetype]="S","([compsickbal]=[compsickbal]-[leavehours])",[tblleavebal.sickbal]). I can rename as needed, but if leavetype = "S", how can I calculate compsickbal based on a value of itself?