I have a form with 3 premium fields. One is the amount on the application minus the correct amount .... and in the 3rd i want to autopopulate the difference...
Can someone help me with this?
thanks,
I have a form with 3 premium fields. One is the amount on the application minus the correct amount .... and in the 3rd i want to autopopulate the difference...
Can someone help me with this?
thanks,
A textbox control source of:
=Field1 - Field2
should display the correct amount.
ok that makes me feel dumb ... i am making things a lot harder than they are ... that worked perfectly ... i just didnt know where to do the code ... i was doing it everywhere else but there lol ... thanks...