S
Syed Ubaid
Hi,
I have a problem in Main / Subform.
===========================================================
Scenario:
User is creating or editing Orders in the Orders form
provided in example Access 2.0 Northwind Traders database
NWIND.MDB). User edits order information in the main
form and edits/adds/deletes multiple line items in the
subform, then decides to abort the editing. Microsoft
Access has already committed the main form record to
the Orders table as well as the multiple line item edits.
Undo from the Edit menu is not available.
===========================================================
Now I want to Undo this Add/Edit/Delete in Subform if user
press Cancel or Undo button in Main form to cancel any
update (in Main or Subform). Microsoft has already provide
a solution for MS Access 2000 or later by creating a
temporary table, which held record temporarily before
inserting/updating in real table but I need some other
solution.
Any possiblity. I would appreciate if you could provide me some
sample code.
Thanks.
Syed
I have a problem in Main / Subform.
===========================================================
Scenario:
User is creating or editing Orders in the Orders form
provided in example Access 2.0 Northwind Traders database
NWIND.MDB). User edits order information in the main
form and edits/adds/deletes multiple line items in the
subform, then decides to abort the editing. Microsoft
Access has already committed the main form record to
the Orders table as well as the multiple line item edits.
Undo from the Edit menu is not available.
===========================================================
Now I want to Undo this Add/Edit/Delete in Subform if user
press Cancel or Undo button in Main form to cancel any
update (in Main or Subform). Microsoft has already provide
a solution for MS Access 2000 or later by creating a
temporary table, which held record temporarily before
inserting/updating in real table but I need some other
solution.
Any possiblity. I would appreciate if you could provide me some
sample code.
Thanks.
Syed