Formula help

  • Thread starter Thread starter Chad
  • Start date Start date
C

Chad

Hello I have a text box named "txtHomeInvNumber" that has a control source
and I have a text box that is unbound named "txtSoldHome". I want to be able
to enter a number into "txtSoldHome" and have it subtract that number from
the "txtHomeInvNumber" text box. How would I do this? Thanks!
 
You can use it by putting this into the control source of the totals text box:

=[txtHomeInvNumber]-[txtSoldHome]

--
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
Tutorials at http://www.btabdevelopment.com
__________________________________
If my post was helpful to you, please rate the post.
 
Back
Top