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
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