E
ernie.bornheimer
Hello
I have a SQL statement that seems okay:
SELECT COUNT(*)
FROM myTable
WHERE agent_id = myValue
I'll end up with a small integer (maybe zero). What's the quickest way
to get that number into a variable? Do I need to use a recordset, or
is there a way to do it more directly? I am using Access 2003.
Thank you!
Ernie
I have a SQL statement that seems okay:
SELECT COUNT(*)
FROM myTable
WHERE agent_id = myValue
I'll end up with a small integer (maybe zero). What's the quickest way
to get that number into a variable? Do I need to use a recordset, or
is there a way to do it more directly? I am using Access 2003.
Thank you!
Ernie