How do I stop a combo box from auto updating when it's bound to a open db? Text's are easy because you can just LOCK them.. but there is no lock property for combos. I took out the code that autoupdates teh db when you move to another record that would put there by the dataform wizard.. but it's still happening.. Basically I dont want any user to be able to change anything on the form with out first click some kind of ADD or UPDATE button..

Is there a easy way to undo what a user changes on the form.. say when they move to another record?