I have these 3 tables.
Customer(cust# , fname, surname, tel#, address, ccard#)
Car(reg# , make, model, year)
Uses( cust# , reg# )
im trying to set a 'Many:Many' relationship between..
Customer and Uses (using cust# in both tables)
Uses and Car (using reg# in both tables)
(as, many customer use many cars)
In Access, when i create the relationshop line, it only shows as one to many.
Customer(cust# , fname, surname, tel#, address, ccard#)
Car(reg# , make, model, year)
Uses( cust# , reg# )
im trying to set a 'Many:Many' relationship between..
Customer and Uses (using cust# in both tables)
Uses and Car (using reg# in both tables)
(as, many customer use many cars)
In Access, when i create the relationshop line, it only shows as one to many.
Last edited: