Hi All,
Having a frustrating issue, which I haven't been able to find a solution to. I work for a small company and the task has fallen to me to create a basic database to track when different media is created (no prior MS Access experience).
Without getting into extraneous detail, I have set up a few bound forms to accept information related to each media production event. The part I'm struggling with is having two separate combo boxes (sharing the same row source from another table) display independent values. The combo box has all the names of the individuals allowed to create certain media types. When media is created, another (different) person from that list must verify. Since the listing is the same for both the creator and the verifier, I have both combo box row sources set to the same form that lists these individuals. When a selection is made in the creator combo box, however, it automatically populates the verifier combo box with the same name. I need to be able to make these selections independently, but using the same pool of names.
I'm thinking I can just create another form with the same name listing and point the row source for the second combo box at that, but that doesn't seem to be an efficient solution, particularly since whenever the list changes I will have to make changes in two locations.
There has to be an easy way to make the two combo box selections independent of eachother while using the same row source! Please help!
Thanks,
John
Having a frustrating issue, which I haven't been able to find a solution to. I work for a small company and the task has fallen to me to create a basic database to track when different media is created (no prior MS Access experience).
Without getting into extraneous detail, I have set up a few bound forms to accept information related to each media production event. The part I'm struggling with is having two separate combo boxes (sharing the same row source from another table) display independent values. The combo box has all the names of the individuals allowed to create certain media types. When media is created, another (different) person from that list must verify. Since the listing is the same for both the creator and the verifier, I have both combo box row sources set to the same form that lists these individuals. When a selection is made in the creator combo box, however, it automatically populates the verifier combo box with the same name. I need to be able to make these selections independently, but using the same pool of names.
I'm thinking I can just create another form with the same name listing and point the row source for the second combo box at that, but that doesn't seem to be an efficient solution, particularly since whenever the list changes I will have to make changes in two locations.
There has to be an easy way to make the two combo box selections independent of eachother while using the same row source! Please help!
Thanks,
John