I was asked to add a report to a database that counts records by type. Simple, right? Here's the problem (I think): There are about 20 users who add about 10 records each per day to this database. When I was asked to create my report, it had over 28,000 records in it. When I tried to count the types, I kept getting "invalid argument." I cut the data down to 18,000 records and still kept getting the error. It gets worse. The table isn't even in my database. It's linked from another database and I can't get into it. My solution was to create a blank copy of the table and start using that. I'm thinking I'll create 12 copies of the table and switch at the beginning of each month. That works OK, but I still can't get access to the data from the first three months of this year. Does anyone know a better way? Or at least a way to get that data out of the original table? I can open the linked table, but I can't copy the data.