I have created a form with bound textbox controls where certain values are typed in. I have a corresponding unbound textbox with a DLookup statement typed in the Control Source Property that matches the typed value in the bound control to a table of range values. I am trying to get my calculated results into a database table, but realize I cant do that without them being in a bound control to the form record source. I have read in a textbook that I should perform my calculation in a VBA procedure instead of using the Control source property and then "push" the result of the calculation into a bound control using another VBA procedure. Cant find the code or property affected in the control to do either one. Would appreciate any code or guidance on how to accomplish this. Thanks in advance!!!