OK, code gurus.....
Simple question....Which is better to "clean up" your code at the end of a procedure and why:
Set rs = Nothing
or
rs.Close
Any other suggestions for "properly" closing down a procedure? Please remember to give helpful posts the stars they deserve!
This makes the post more visible to others in need!![[thumbsup2] [thumbsup2] [thumbsup2]](/data/assets/smilies/thumbsup2.gif)
Robert L. Johnson III, A+, Network+, MCP
Access Developer/Programmer
robert.l.johnson.iii@citigroup.com
Simple question....Which is better to "clean up" your code at the end of a procedure and why:
Set rs = Nothing
or
rs.Close
Any other suggestions for "properly" closing down a procedure? Please remember to give helpful posts the stars they deserve!
This makes the post more visible to others in need!
![[thumbsup2] [thumbsup2] [thumbsup2]](/data/assets/smilies/thumbsup2.gif)
Robert L. Johnson III, A+, Network+, MCP
Access Developer/Programmer
robert.l.johnson.iii@citigroup.com