Ok, I'm new to Access. I am designing a access database for a trucking company to track all orders from ordering to delivering. I have created a "Customers" table which I want to pull from in the "Orders" table as "Who to Bill," "Delivery Location," and "Pickup Location". I created one-to-many relationships back to the "Customers" table for each as lookup fields and all seems well. I also did something similar for "pickup driver" and "delivery driver" looking up from one drivers table. Now my prob is when I go to query "Orders", it doesn't know which info to show when i start dragging customer information like address or driver info like name intgo the query. I think it soesn't know whether i want the pickup driver info or delivery driver info. Did I break the many-to-many design principle or what do I need to do to correct this. Sorry for the long ?, and thanks billions to whoever can help!