Hi. I really hope somebody here can help me...
I'm doing up a form that has a subform. This is for a mailing list, and I want to be able to call up people or groups of people by the organization they belong to. The main form has a combo box taken from a table I created with the sole purpose of listing the organizations. The subform is, of course, the information for the person (people).
It works *to a degree* as I used the Wizard to link the Subform to the Main form via the Organization Combo when I created the Subform. However, here are my big problems:
* Whenever I choose an option from the Combo, it adds it as a new entry on the table from which it gets its data (I only want one listing per organization -- the table is one column only listing all the organizations, created specifically for the Combo)
* If I try to lock the Combo, I can't choose an option
* If I change the table from which the Combo gets its info so that it doesn't accept duplicate entries, then there are problems whenever I try to access organizations with several people listed
When I worked on this at my old job, I'd managed to do something with the AfterUpdate command -- but without the template I had, the coding is Greek to me.
I appreciate any help given. Thank you kindly.
Jaime
I'm doing up a form that has a subform. This is for a mailing list, and I want to be able to call up people or groups of people by the organization they belong to. The main form has a combo box taken from a table I created with the sole purpose of listing the organizations. The subform is, of course, the information for the person (people).
It works *to a degree* as I used the Wizard to link the Subform to the Main form via the Organization Combo when I created the Subform. However, here are my big problems:
* Whenever I choose an option from the Combo, it adds it as a new entry on the table from which it gets its data (I only want one listing per organization -- the table is one column only listing all the organizations, created specifically for the Combo)
* If I try to lock the Combo, I can't choose an option
* If I change the table from which the Combo gets its info so that it doesn't accept duplicate entries, then there are problems whenever I try to access organizations with several people listed
When I worked on this at my old job, I'd managed to do something with the AfterUpdate command -- but without the template I had, the coding is Greek to me.
I appreciate any help given. Thank you kindly.
Jaime