This seems too easy but I'm not sure how to do it. So, I have a form designed to calculate values and add new records when the user clicks a button on the page. What I would like is to have a similar concept to review and update (if needed) a record. So, I have a form with all unbound text boxes or combo boxes. What I'm trying to do now is when you open the form, get prompted for 2 values which determine which record is the one in question. Filter to only that record. Then populate all the boxes with the appropriate data from the record. But I want this to be done in a way that the user can see the data and if they make a change to a field they have to hit a button in order to actually make the change. So, the change isn't done automatically when they leave the field. Switching the text boxes to bound seems to make the update automatic which is not what I want. The form does calculations so after seeing the calculations the user might not want to save the update.