I
iwasinnihon
How do I write code that would search through a table and remove all
the rows that have the value found in the selected combo box?
In other words I have a combo box with a list of items from another
table. I want to select them and then have a loop that checks a
different table for entries that have share that same information and
then delete them from those tables.
In addition I want to have a pop up box that asks for confirmation.
Also, for each row that is deleted I want to increment a counter in yet
a different table.
Thanks in advance for your help.
the rows that have the value found in the selected combo box?
In other words I have a combo box with a list of items from another
table. I want to select them and then have a loop that checks a
different table for entries that have share that same information and
then delete them from those tables.
In addition I want to have a pop up box that asks for confirmation.
Also, for each row that is deleted I want to increment a counter in yet
a different table.
Thanks in advance for your help.