Dear Sir or Madam,
On a form that I created the user has to use 'Change This Record' button
that allows user to edit the information on the form. When that button is
activated then two buttons appear (1) Undo Changes , (2) Save Changes.
The 'Undo Changes' is used if user changes information on the form them
realizes that the original information is correct; and this button copies
the control tag and replaces the orignal information on the form.
Unfortunately I have run into a problem with clearing my Control Tags,
which I have found are storing information. The control tags are not
clearing from sub-forms due to the sunforms holding multiple records in
them. Without creating a buffer table to place this information in them,
then if Undo button is hit safing information back to the mainform and
clearing the buffer tables.
Does anyone out there have any surggestions on how to have a functional
EditUndoButton.