Hi I have a query that has already been created and i want to count the amount of records in that query, whats the easiest way to do it,
I thought i could do
x = CurrentDb.QueryDefs("myquery").recordcount
but evidently i cant, any help as always appreciated
thanks
I thought i could do
x = CurrentDb.QueryDefs("myquery").recordcount
but evidently i cant, any help as always appreciated
thanks