Hello,
is it possible recordsource to make a recordcount when the recordsource is based on a strsql?
For example:
dim strsql as string
strsql = "..."
me.recordsource = strsql
how can I count the number of records from this recordsource?
Thanks,
Sven.
is it possible recordsource to make a recordcount when the recordsource is based on a strsql?
For example:
dim strsql as string
strsql = "..."
me.recordsource = strsql
how can I count the number of records from this recordsource?
Thanks,
Sven.