HowTo Create a Sequential Query, in Loop?
Hi,
I've got a problem.
I'm doing an update query on a table.
1 for every month. (...)
Now I would like to use a counter, so I do not have to run 12 queries in a macro, but 1 query with dynamic field names. But I do not get the thing to work.
Current...