I wonder if someone might be able to clarify a difference of opinion we have:
I have 3 sub procedures which use a recordset of the same name. For efficiency sakes, I believe it's better to declare this variable at module level.
My colleague believes it should be declared 3 seperate times within each seperate Sub. I disagree.
Can anyone 'assist'?!
BTW please dont comment on whether or not I should be using a recordset variable with the same name in each procedure. That's a different argument!
I have 3 sub procedures which use a recordset of the same name. For efficiency sakes, I believe it's better to declare this variable at module level.
My colleague believes it should be declared 3 seperate times within each seperate Sub. I disagree.
Can anyone 'assist'?!
BTW please dont comment on whether or not I should be using a recordset variable with the same name in each procedure. That's a different argument!