GingGangGoo
Registered User.
- Local time
- Today, 07:49
- Joined
- Dec 14, 2010
- Messages
- 121
I'm pretty sure the following is doable with code, but I'm not code fluent enough to write it all by myself yet.
On a form I have an unbound listbox set to simple multiselect . The listbox is filled from a query which filters a master table by a specific criteria.
I would like the choices I make from the list to create a new record in the underlying table where the record includes fields for each choice, so for the list box to enter the data in those two fields. Each record in the table would look like this: GroupID, GroupName, MemberID, Helper1, Helper2, etc...
BTW - The unique group is made up of 1 member and any two other members assigned to "help".
I'd appreciate any help with the code for this.
Thanks
On a form I have an unbound listbox set to simple multiselect . The listbox is filled from a query which filters a master table by a specific criteria.
I would like the choices I make from the list to create a new record in the underlying table where the record includes fields for each choice, so for the list box to enter the data in those two fields. Each record in the table would look like this: GroupID, GroupName, MemberID, Helper1, Helper2, etc...
BTW - The unique group is made up of 1 member and any two other members assigned to "help".
I'd appreciate any help with the code for this.
Thanks
Last edited: