Hi I have queryA at the moment running some looping code and wanna store the result generated every time into queryB. Problem I have is that the queryA overides itself while looping and what I need is to store the result into queryB before queryA overides itself. And at the end I will have queryB storing all running results so that I can generate a report based on queryB result list.