Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to keep fields from updating

Status
Not open for further replies.

dusteater

Programmer
Aug 15, 2001
13
US
I have a form with a combobox that is used to find a certain data member. The form has many textboxes that display the results of the search. The textboxes are bound to the database. I want to be able to make changes to the data on the form and then have the option to save the changes by clicking a "Save Changes" button. I have everything working fine except that if I make changes to a textbox and then move to a new record the changes are made in the data base. I only want the changes to take place when the "Save Changes" button is clicked. Ay ideas?
Thanks in advance
Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top