O
onnodehaan
Guest
Hi, You could build up a dynamic query, perhaps? every item in the list would be a seperate part of the query A,B,D,E query = 'for each table where ' do i = 1 to num-entries(list) query = query + ..... end. run the query. Now you only have one query to run. But I admin... still pretty ugly 
Continue reading...

Continue reading...