Does anyone out there know of a good way to use the BeginTrans / CommitTrans / Rollback methods in order to take input from a form and not make it permanent until the user closes the form?
I want to:
1. Open a form and find specific records to display. This part is not really a problem.
2. Allow the user to make changes to the records.
3. When the form is closed ask the user if they want to keep or discard the changes.
Maybe I'm barking up the wrong tree with the Transaction methods. I'm open to other suggestions.
Thanks
Clay Simmons
I want to:
1. Open a form and find specific records to display. This part is not really a problem.
2. Allow the user to make changes to the records.
3. When the form is closed ask the user if they want to keep or discard the changes.
Maybe I'm barking up the wrong tree with the Transaction methods. I'm open to other suggestions.
Thanks
Clay Simmons