I would like to let vba select all (one after the other) values in a combobox and run a query. The code has to be run using a Do While Loop for which I already made the condition.
The reason I want to automate this is to allow the user to quickly add new links in the database. The combobox is used in multiple queries.
I rather code it than make new queries for this situation because it involves many queries that would have to be added.
Thanks in advance!
The reason I want to automate this is to allow the user to quickly add new links in the database. The combobox is used in multiple queries.
I rather code it than make new queries for this situation because it involves many queries that would have to be added.
Thanks in advance!