Ok, I need some help if someone out there is willing. I've created a database for my company to keep track of projects/proposals that we do. Before we begin, let me first say that I'm very new to Access and have taught myself what I know through trial and error and reading this forum. I'm sure there is a better way to do what I'm doing, but for now I'd like to just forget that and see if I can accomplish what I'm trying without reinventing the entire thing. I am the ONLY person who will ever use this database...it's just for me to track my projects. Since it originally had company information in it with real names and information, I've have changed the name of everyone to "Person A", "Person B" etc. I don't think it's a big deal if this info were to be posted, but I'd hate to find out my company thinks otherwise. So I'll post the database for anyone to help if they will.
Here's an overview of the database:
1. We have account managers that work for us. I put their names in a table (tblAM).
2. We have different companies (clients) that we do work for. I put those in a table as well (tblCompanyInfo).
3. Each account manager is responsible for some of the client companies we do work for. Each client company deals with ONLY 1 of our account managers. Same account manager every time. So, I created foreign keys to designate how client companies and account managers relate to one another.
4. We have 4 branches for our company, I put those in a table (tblBranch).
5. Each account manager works out of 1 of the 4 branches. I used a foreign key to designate which branch each account manager works from.
6. Lastly, at each client company, we have certain contacts we deal with regularly. I put their names in a table (tblCoContacts) and used foreign key to designate which company they work for. For example, if you look in the tables, "Contact A", "Contact F" and "Contact K" all work for Company A. When we do a project for Company A, we could be working with Contact A, F, K or a combination of the 3.
I give this information just as a overview of how it works. I've got all of this done with no problem...Next, I created a form that enters info into another table (tblProjectProposalSummary). It has a million boxes for all kinds of data and I enter each record from this form. Works good.
However, part of the form has a drop down where I select which client company the project is for. I figured out (with help from people on this forum) how to make that combo box have multiple columns (only 1 of which is visible). In the combo box I select the name of the company we are doing the project for...for example "Company A". It does a query and looks up the account manager for that company (which is Manager A) and what branch that account manager works for (which is Branch A). I display these columns from the combo box in 2 other text boxes on the form. This part works fine as well.
Here's where I need someone way smarter than me...In addition to the above (it needs to stay the same), I have 3 combo boxes at the bottom right of the form. What I would like is, when I select the company up top, for example Company A, in the 3 combo boxes down below, it ONLY shows me the names of contacts that work for Company A...which in this example would be Contact A, Contact F, and Contact K. If I had chose Company B up top, then I would want it to show me the contacts for that company, which would be B, G, and L. Most of the time, we only work with 1 contact from the company, so the 2nd and 3rd drop downs would be unused. I put them there just in case.
I can't figure it out! I've tried and tried and tried. I've Googled stuff. I've YouTubed stuff. Can't get it. Seems simple, and I'm sure it is...but I can't do it. Is there anyone that will show me what I'm missing? I'm pretty good at learning most things on my own, but I'm missing something...