C
cinnie
My form has two VERY long columns of data. Each row has fields txtA and
txtB. The pkAB is also listed but is not visible. Each visible row is
unique because I have jointly indexed the two visible fields.
I frequently have to add and delete entries. Because the list is so long,
the deletes take a while to just find the approriate record, so I have added
two combo boxes to the header, and a Delete button. I hope to just enter
values into each combo box, then hit cmdDelete.
As a newcomer to code, I sure could use some help with the code for the
on_click event of cmdDelete.
txtB. The pkAB is also listed but is not visible. Each visible row is
unique because I have jointly indexed the two visible fields.
I frequently have to add and delete entries. Because the list is so long,
the deletes take a while to just find the approriate record, so I have added
two combo boxes to the header, and a Delete button. I hope to just enter
values into each combo box, then hit cmdDelete.
As a newcomer to code, I sure could use some help with the code for the
on_click event of cmdDelete.