I have a query:"Select * FROM results WHERE" & query & ""ORDER BY Timestamp DESC"
Is it possible to include a Count() of the results of the query in the above query?
Thanks for your help,
Pete Moss
recCount = recCount + 1
do that within the loop and then write the value of "recCount"
Another is to use a client side cursor and use the obj.RecordCount method
------------------Spooky"I am Spooky of Borg. Prepare to be assimilated, babycakes!"Subscribe to OutFront NewsDatabase / DRW Q & AThe Spooky Login!