My company uses an Access database to keep track of customer orders. The database is setup so every customer has its own table. I would like to redesign this database to make it more relational but I am not sure on how to accomplish what i want to do. I would like to set up a table for each year of orders (Orders2000, Orders2001, etc) along with a customer information table. I have no problem creating the tables but I am not sure how I would create a query that prompts for a customer number and load all of the customer orders when they are in multiple tables. Any ideas are greatly appreciated. Thanks.