I have a form that has four controls- the first three are combo boxes with integer values, the fourth is a text box for a total of the three combo boxes. all the controls are bound to fields in a query/table. (So that the text box with the total saves to the table). I am trying to write the code for this to create the total filling in after the combo box values are set. not sure of the procedure command, and where the event procedure should be (before or after update and on which control). The combo box fields can be cbo1, cbo2, and cbo2, and the total box name can be txttotal. all good advice appreciated!!