I should be embarrassed to post this inquiry inasmuch as a search yielded about a dozen related questions posted in the past. But I still don't get it and am hoping that a description of my specific situation may elicit some help.
I have a list of 12 agencies. Within each agency, there are departments ranging in number from 2 to 15.
I would like to enable the user to first select an agency from a combo box list and then be sent to another combo box list of the departments within the selected agency. Then, upon selection of the department, I would like the application to automatically return the user for another round of selection of agency and department.
I have created a table of the agencies, from which I would create the first combo box. I have also created separate tables of 12 sets of departments from which combo boxes (on separate forms, I've imagined) would present those selections.
To begin with, I'd be gratful to hear if this is the correct beginning. Or should I instead be working with queries and the requery function?
I'm weak on VBA, so the most dumbed-down approach might well be best for me. In any case, I'd be grateful to hear either how-to advice specific to my situation or simply the details of some success stories.
Thanks.
JerSand
I have a list of 12 agencies. Within each agency, there are departments ranging in number from 2 to 15.
I would like to enable the user to first select an agency from a combo box list and then be sent to another combo box list of the departments within the selected agency. Then, upon selection of the department, I would like the application to automatically return the user for another round of selection of agency and department.
I have created a table of the agencies, from which I would create the first combo box. I have also created separate tables of 12 sets of departments from which combo boxes (on separate forms, I've imagined) would present those selections.
To begin with, I'd be gratful to hear if this is the correct beginning. Or should I instead be working with queries and the requery function?
I'm weak on VBA, so the most dumbed-down approach might well be best for me. In any case, I'd be grateful to hear either how-to advice specific to my situation or simply the details of some success stories.
Thanks.
JerSand