R
Ray S.
Twice a day I run a series of queries that re-make tables full of financial
transaction records for various segments of our enterprise. For various
reasons I can't query the data source directly, so I run analysis and queries
against the tables that are re-made. I'd like to use some simple code to
return the count of records in each of those tables just to confirm that I've
actually got new data after "updating" (not update queries). I've looked at
answers posted to record counting questions and can figure how to do it for
one table, but I'd like to get the record count for, let's say, five
different tables at once. Any help?
transaction records for various segments of our enterprise. For various
reasons I can't query the data source directly, so I run analysis and queries
against the tables that are re-made. I'd like to use some simple code to
return the count of records in each of those tables just to confirm that I've
actually got new data after "updating" (not update queries). I've looked at
answers posted to record counting questions and can figure how to do it for
one table, but I'd like to get the record count for, let's say, five
different tables at once. Any help?