Delete record in Subform

mderby

Registered User.
Local time
Today, 12:28
Joined
Apr 14, 2003
Messages
41
Hi fellow users,


I got a main form(frmA) and a subform(frmB) which is based on 2 tbl with table relationship established Tbl1, Tbl2.

the recordset update mode in frmB is disable cause all the add and update record is done in another form by just double-clicking the selected row in frmB.

There is a button in frmA which is do delete one or many highlighted row in frmB. The problem is I don't know how to quote the code to achieve this. I figure the code for one selected row to be deleted but really don't know how to delete for many selecteds row of records. That here I need your help.

Hope someone can help me !!!!

Thanks

Regards,
MDERBY in Distress
 

Users who are viewing this thread

Back
Top Bottom