Inside a loop, i am opening recordsets using the same variable at the beginning of each iteration... My question is, should I include a ".Close" at the end of the iteration or should I just keep re-setting it to a new value at the beginning. Is there any bad side to doing that?