The forms on my database have fields for (amongst other things) what the problem is, the section to which it’s assigned, and the person within that section. All of the "standard" issue is completed by combo boxes.
Obviously, the department is divided into sections and each section contain multiple employees. When a task is assigned to a section, I want to click on that section in the "Section" combo box, and have another combo box bring up ONLY the people in that section.
So, to illustrate in simple terms:
If I were organizing my wardrobe, I’d have a combo box with:
Shoes
Skirts
Tops
If I click on Shoes, I’d want a combo box to bring up:
Heels
Platforms
Slingbacks
If I click on Tops, I’d want a combo box to bring up:
Blouses
Sweaters
T-Shirts
Simple, eh? Should be. I’ve tried a macro, but although I can use it to open a table, I can't figure out how to open a combo box on a form. Is there a way to do this? Many thanks!