Undo button in subform

le888

Registered User.
Local time
Today, 03:11
Joined
Dec 10, 2003
Messages
344
Hi everyone,

My problem is : I have a form and a subform which related to the main form. I can added new records on the subform but how I can to undo the record on the subform. I want the Undo button on the main form. In other words, I want a button in the main form that can Undo or delete the record in the subform? Is it possible?

Thanks,

Le
 
You really do not need a button on the main form if you display records in a datasheet for the subform. The user can highlight the row on the subform and hit the delete button, right from the main form.
 
theprez said:
You really do not need a button on the main form if you display records in a datasheet for the subform. The user can highlight the row on the subform and hit the delete button, right from the main form.

Thanks for your response.
If I do this, it wouldn't delete my current record in the main form. And if the user don't highlight the record on the subform, it would delete the record on the main form.

Le
 

Users who are viewing this thread

Back
Top Bottom