Ok, I'm new to access AND this forum, so please go easy.
I have a table with 1 column (2 if you count the ID)...it has a list of "Branches". These are names of cities around Atlanta, but let's just call them A-Z. So 26 rows with A through Z.
I have a second table (which I've already created) that has 2 columns (3 if you count the ID). 1st column is "Name" and the second is the "Branch". So for my company, we have account managers that work out of 1 of 26 offices in Atlanta. For each account manager, there is ONLY 1 possible branch they can work out of. So let's say John Doe works from branch A, Bill Smith works from B, etc. I've already entered each account manager's name into the first column and the second column has a drop down box linked to the branches (A-Z) from the second column. So when I created the table, I typed each account managers name in and selected (from the dropdown to the right of it) which branch they work from. There is ONLY 1 possible branch for each account manager...this never changes.
In another table (we'll call it the MAIN table), I have all sorts of info, but particularly, I have a dropdown for account managers names. I already have it set up so that when I click in this field, it gives me a dropdown list of all of the account managers names from the other table I described above. I have it sorted alphabetically, works fine. What I want is...when I select John Doe in this field, the field TO THE RIGHT of it automatically populates with "A", or if I choose Bill Smith, the field to right populates with "B" and so on. A direct 1-to-1 relationship. Basically, it would just look at the other table and pull the branch for that account manager and fill in the field in this table.
Sounds simple to me, and it probably is, but I don't know how to make it happen. I've seen lots of info about making the dropdown list for something dependent on another field's selections, etc. But mine is not that complicated. Whatever I choose in this column needs to populate the field next to it. There is only 1 possible branch for each account manager. I don't want to just select the branch for that account manager in my "Main" table, because I could mess up and choose the wrong one, for example, accidentally saying that John Doe works from branch C. I would like it to be dependent so that I can't ever mess it up.