Thanks, once again sorry for the delay in getting back to your response. Having a hard time thinking about work while I am thinking about my little boy!
Each table represents an individual company and all of their insurance claims over an extended period of time. Five to Fifteen years usually. The columns in each table consist of things like policy number, coverage, occurrence number, about 20 columns in all(all insurance related). Every table is exactly identical in terms of table structure. The reason this database has so many tables is that every re-insurance company that we deal with sends us this report for a specific company that we request. I am running a simple query that shows me if and how many times a specific policy had multiple claims so that we can investigate. I get updates on most of these tables monthly and I was hoping to figure out a way that I can just click on a button on a form and have it ask me what table I would like to run this simple query on. Right now I am changing the source of the query manually by entering design mode inside the query itself. Thanks again for your input.