I am using MS Access 97 and think I need to create a many-to-many relationship. The database is in the early stages of design. At the moment I have 2 tables, one called SUPPLIERS containing details of office suppliers, it has a primary key field SupplierID. The other table is called TENDERS containing details of requests that staff have made for office equipment etc. which also has a primary key field TenderID. From these tables there have been queries and forms created so that new suppliers and new tenders can be input. The next stage is to relate these tables so that when a user inputs a new tender they can also assign a number of suppliers(around 4 or 5)to that particular tender. Can you help me progress on this?