For anyone interested -
My problem had to do with the overhead in the append query. My table indexes were not set up correctly and I was doing a Group By on every field in the query to eliminate duplicates. A normal file of about 3,000 records would run in a couple minutes, but 80,000 could...