I have two bound textbox and one unbound on a form the first textbox is named 150 the second one is 190 and the third is called 150-190, the third one is the unbound. now the user inputs a time on the first and second textbox and the third textbox substract the value from the textbox 190 from the textbox 150 and it's working fine but where I have problem is that I can not save the information from the third texbox to a table since the control source is set two the first two textbox, I already have a field on my table named result which is where I want to save the information from the third textbox. Any help will be appreciated and I hope that I'm making sense.
I really appreciate your help guys, I'm new to access and I'm just barely starting to use it, I'll try bob the destroyer solution and see what happens but on which of the event should I try it, on the Before Update or the After Update.