Hi all - I am hoping I found the right place for some help. I am TOTALLY STUCK, but so close to getting this database up and running....ahhhhhh!
Purpose of Database and background information:
I have a business that sells a product
We sell to companies
MOST of the companies have divisions
Each company and division has Main Contacts and "additional contacts"
Sometimes a contact will be "assigned" to more than one company because they are responsible for more than one division
So:
one company can have many contacts
one contact can have many companies = many to many relationship
I have created several tables, but here are the ones concerning this scenerio:
1. Company (Companies and their divisions are recorded in this one table)
2. Contacts
3. LINKtoCompCntcts (which consists of the following fields: LinkID, CompID, CntctsID)
Table 3 was created for the sole purpose of establishing the many to many relationship.
PROBLEM:
I am now ready to make a form for the users to easily enter data. I have read about forms and subforms, but am STUCK.
HERE IS WHAT I AM TRYING TO DO:
I want to create a form for a user to add a new Company
On that form I want them to be able to select the contacts that "belong" to that company. AND if the contact is not in the database, I want them to be able to Enter a new contact from that same form.
MY THOUGHTS:
After I got confused I then thought - maybe I should just make the "Contacts" a "look-up" field in the company table and allow multiple selections...but then, that still didn't solve the problem of if the contact isn't already in the database, how would they enter a NEW contact.
MY DILEMMA:
I think my biggest dilemma is not understanding this totally.
If I have a Company table and a Contact table and they are linked through the LINKcompcontact table. How do I set it up appropriately in the form and When using a form, how does the program know that this NEW contact is linked to this NEW company?
PLEASE HELP!!! I hope you can understand what I am trying to say. At this point, I truly don't really even care if I completely understand it all - I just need to get it up and running. I am wanting to take a class for Access, but that is more than a month away and I really can't wait that long. I have no programming experience, but am open to learning anything. I'm a quick learn...usually!
THANKS IN ADVANCE FOR YOUR HELP!! I LOOK FORWARD TO HEARING FROM YOU!
P.S. I am quite experienced with the computer, but not a programmer and would consider myself a beginner user of Access. I am self-taught by using research via the web. Last week, I didn't even know what tables were for.
Purpose of Database and background information:
I have a business that sells a product
We sell to companies
MOST of the companies have divisions
Each company and division has Main Contacts and "additional contacts"
Sometimes a contact will be "assigned" to more than one company because they are responsible for more than one division
So:
one company can have many contacts
one contact can have many companies = many to many relationship
I have created several tables, but here are the ones concerning this scenerio:
1. Company (Companies and their divisions are recorded in this one table)
2. Contacts
3. LINKtoCompCntcts (which consists of the following fields: LinkID, CompID, CntctsID)
Table 3 was created for the sole purpose of establishing the many to many relationship.
PROBLEM:
I am now ready to make a form for the users to easily enter data. I have read about forms and subforms, but am STUCK.
HERE IS WHAT I AM TRYING TO DO:
I want to create a form for a user to add a new Company
On that form I want them to be able to select the contacts that "belong" to that company. AND if the contact is not in the database, I want them to be able to Enter a new contact from that same form.
MY THOUGHTS:
After I got confused I then thought - maybe I should just make the "Contacts" a "look-up" field in the company table and allow multiple selections...but then, that still didn't solve the problem of if the contact isn't already in the database, how would they enter a NEW contact.
MY DILEMMA:
I think my biggest dilemma is not understanding this totally.
If I have a Company table and a Contact table and they are linked through the LINKcompcontact table. How do I set it up appropriately in the form and When using a form, how does the program know that this NEW contact is linked to this NEW company?
PLEASE HELP!!! I hope you can understand what I am trying to say. At this point, I truly don't really even care if I completely understand it all - I just need to get it up and running. I am wanting to take a class for Access, but that is more than a month away and I really can't wait that long. I have no programming experience, but am open to learning anything. I'm a quick learn...usually!

THANKS IN ADVANCE FOR YOUR HELP!! I LOOK FORWARD TO HEARING FROM YOU!
P.S. I am quite experienced with the computer, but not a programmer and would consider myself a beginner user of Access. I am self-taught by using research via the web. Last week, I didn't even know what tables were for.