SuperDuperNuker
Technical User
Hi, I have a list of items based on a query and that list is in a combo box. I currently have to select each item in the list and submit it to the update query for processing.
I need to know how to do this programatically.
Something like
Start loop
read item in combo box (query result)
send item as a parameter to another update query
read next item
end loop
please help.......
I need to know how to do this programatically.
Something like
Start loop
read item in combo box (query result)
send item as a parameter to another update query
read next item
end loop
please help.......