:banghead:
This seems so simple. I'm trying to create a form with two visual "Boxes, and a button in the middle.
The left Box pulls the available "Tags" out of a table, then the user can select what ones apply to this particular record. Choosing the button "Pushes" the selection over to the right visual rectangle. Once I have confirmation that the user indeed wants to add the selected tags (through the save button), I'll add the appropriate records in the junction table through VBA.
What kind of control should the "visual rectangles" be on the form? Should the left be a subform of the continuous variety? If so, how will I know what records the user has selected in VBA?
Thanks for any insight.
I've been away from Access and VBA for too long, and I'm having trouble getting started on this form
This seems so simple. I'm trying to create a form with two visual "Boxes, and a button in the middle.
The left Box pulls the available "Tags" out of a table, then the user can select what ones apply to this particular record. Choosing the button "Pushes" the selection over to the right visual rectangle. Once I have confirmation that the user indeed wants to add the selected tags (through the save button), I'll add the appropriate records in the junction table through VBA.
What kind of control should the "visual rectangles" be on the form? Should the left be a subform of the continuous variety? If so, how will I know what records the user has selected in VBA?
Thanks for any insight.
I've been away from Access and VBA for too long, and I'm having trouble getting started on this form