I have a select query with two linked tables. I want to be able to dynamically change one of the tables in the query to any one of 50 identically structured tables so I don't have to have 50 queries that are all the same except for one of the linked tables it references. The idea is to get a prompt: Which ID? and then the query would load with that ID's table. How can I accomplish this the easiest? Thanks for your help.