running query and putting result into a variable ACCESS
Posted
by every_answer_gets_a_point
on Stack Overflow
See other posts from Stack Overflow
or by every_answer_gets_a_point
Published on 2010-05-14T21:58:57Z
Indexed on
2010/05/14
22:04 UTC
Read the original article
Hit count: 205
i am running a query from vba editor access:
"select max(somerow) from sometable"
i want to put the result of this query into a variable. how do i do it?
© Stack Overflow or respective owner