How get count from SQL into VBA variable

M

mscertified

I'm running an SQL which does SELECT COUNT(*), how do I get the returned
count in a VBA variable?
 
Top