ATLBryan Posted February 7, 2007 Posted February 7, 2007 I think I need to create a many-to-many relationship, but I am a little confused and not sure where to go for help. (Creating my first database, and it's turning out to be pretty complicated) I have a list of customers (numbered 1-121) and a list of managers assigned to the customers (roughly 70 managers numbered 1001 to 1070). Many of the customers have 1, 2 or 3 managers. Also many of the managers represent more than one customer. How can I display multiple records in the same table?
mr_vodka Posted February 7, 2007 Posted February 7, 2007 The many to many relationship will be established with a join table that is between the Customers and Managers table. CustID MangID 1 1001 1 1008 2 1050 2 1069 .. etc Look for invoicing solutions on here for lots of samples.
Recommended Posts
This topic is 6557 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now