Hi,
I have a query that adds records to a table. I need to run this query several times, each time with a specific criteria. For example, i need to run it when field1 = "A"; then I need to run it when field2 = "B"... and so on.
Now I have two questions:
1) In
VB, how can I reuse the same query with a criteria instead of creating 26 queries?
2) In
VB, how can I increment the criteria value ("A" to "B", to "C", etc.)
Thank you !
Chantal