vba - Recordset close and set to nothing one-liner -


i remember there shorthand syntax commonly used close recordset , set nothing in 1 line used syntax like

rst.close := nothing

but cannot remember right syntax, out there better memory mine? google couldn't in case.

could this?

 rst.close : set rst = nothing 

hth


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -