I’m working on a doctor’s data base and what I’m trying to do is. I have a form named frmVISIT this form has a tab control on it and there are 4 tabs and the four sub forms are forms built from queries with the PROCEDURE_ID as the criteria. These forms are continuous Forms so a visit can have more than one procedure and could have more that one type of procedure. Each of these forms has a calculated field on the footer that keeps the sum for that type of procedure. What I would like it to do is take the values of the sum fields and update a field on the main form for the sum for the visit; then on the click of a command button pass the value to a payment form, as the total for the visit. I would appreciate any help that you can give pointing me in the right direction. Tom