I have a set of tables and queries built for those tables. Now I'll be recieving another 50 tables that contain similar data. I can't use the append query because the table would be really big and it woudn't be efficent. Is there a way I can put all those tables in lets say five tables in different databases and yet use the same set of queries I have created to get the results? Help will be much appreciated.