P
Pete Beatty
I am attempting to use the sql version of count. I have the count query
working. However, I am at a lose about referencing the variable where sql
stores that data. How do I reference "Test_Count" in following query:
select count(*) as Test_Count from units having ([unit]=0)
I want to use this in by code and do not understand, or am missing,
information on this subject. If I create the query in a string variable.
how do I execute it ? do I use RUNSQL or OPENRECORDSET? How do I retrieve
count value?
working. However, I am at a lose about referencing the variable where sql
stores that data. How do I reference "Test_Count" in following query:
select count(*) as Test_Count from units having ([unit]=0)
I want to use this in by code and do not understand, or am missing,
information on this subject. If I create the query in a string variable.
how do I execute it ? do I use RUNSQL or OPENRECORDSET? How do I retrieve
count value?