B
Brian
Hello:
I have a DB with 2 tables and a form. The form has a list box
representing each table, so my form has lst1 (for Table1) and lst2
(for Table2). When I double click a record in lst1, it appends that
record into Table2. Lst2 is immediatly updated to show the new entry.
My problem is, I want to be able to delete people from Table2 just
like I added them, with a double click. Curently, my only way is to
wipe the whole table and rebuild my list. It's only a temporary list,
so that's no big deal, but I'd rather just delete the one record and
not the entire table. I've tried a delete query, but I can't get it
to recoginize what item I am selecting or double clicking. I've seen
a little info on the .itemsSelected but I can't make sense of it. Any
help would be appreciated.
Thanks.
Brian
I have a DB with 2 tables and a form. The form has a list box
representing each table, so my form has lst1 (for Table1) and lst2
(for Table2). When I double click a record in lst1, it appends that
record into Table2. Lst2 is immediatly updated to show the new entry.
My problem is, I want to be able to delete people from Table2 just
like I added them, with a double click. Curently, my only way is to
wipe the whole table and rebuild my list. It's only a temporary list,
so that's no big deal, but I'd rather just delete the one record and
not the entire table. I've tried a delete query, but I can't get it
to recoginize what item I am selecting or double clicking. I've seen
a little info on the .itemsSelected but I can't make sense of it. Any
help would be appreciated.
Thanks.
Brian