BeginTrans CommitTrans Rollback

J

JKlein

Would the BeginTrans & Rollback methods be a good way to build an undo
command button that will undo data on my main form and subforms???
 
A

Albert D.Kallal

JKlein said:
Would the BeginTrans & Rollback methods be a good way to build an undo
command button that will undo data on my main form and subforms???

no, not really, as those functions are only for reocrdsets that you create,
and write in your code. They are NOT related to the forms...

You could try and cobble together some code that creates reocrdsets...loads
them up with the data..and then attaches the recordsets to a form.

However, when you do the above, you can't use the child link/master
settings.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top