G
Guest
Hi,
I am trying to do this:
Take a SQL Count query, move the result to to a variable, and then throw the
variable to a msgbox.
I have been trying to do this:
variable = docmd.runSQL "Select Count (*) from TABLE"
However, this doesn't seem to work. Does anyone have any ideas? Thanks.
I am trying to do this:
Take a SQL Count query, move the result to to a variable, and then throw the
variable to a msgbox.
I have been trying to do this:
variable = docmd.runSQL "Select Count (*) from TABLE"
However, this doesn't seem to work. Does anyone have any ideas? Thanks.