Delete Record On Subform with Control on Form

WarHorse

Registered User.
Local time
Yesterday, 21:27
Joined
Apr 21, 2004
Messages
18
I am guessing that this is an easy one for anyone but me. :(

How do I delete a record on a subform from the main form?
I used to put a command button on the subform, but now I can't because the sub form is a datasheet.

Thanks dudes (and chicks, if there are any?)

-Matt
 
Hi, dude.. ;)
Have you tried this one:

Me.frmSub.Form.Recordset.Delete
Me.frmSub.Form.Recordset.MoveNext
 
Thank you,

It worked like a charm. I told you it was an easy answer. Can't wait tell I know enough to answer some of these.

Later,
Matt
 
AWESOME! This helped me out as well!!! Thanks misunders2d!
 

Users who are viewing this thread

Back
Top Bottom