G
Guest
Can anyone give me some tips on how to structure the data and build the
control to essentially replicate what Microsoft has done in Outlook with the
Categories field? I love the way I can put an appointment or contact in
multiple categories using a single control, and can then display each item
under the unique category headers at the display level.
I'm guessing there's some work to do using a junction table to resolve the
many-many relationship between items and categories, and some specific
settings I need to use on the list box to display the available categories
and allow multiple selection, which I assume would populate the junction
table. Would this control be part of a subform based on the junction table
or the category table? This is where I become hopelessly lost.
If I can master this, there's a ton of ways I can use it, from assigning
employees to projects, categorizing library items, and, on a less important
note, organizing my music collection.
Thanks in advance for any advice.
control to essentially replicate what Microsoft has done in Outlook with the
Categories field? I love the way I can put an appointment or contact in
multiple categories using a single control, and can then display each item
under the unique category headers at the display level.
I'm guessing there's some work to do using a junction table to resolve the
many-many relationship between items and categories, and some specific
settings I need to use on the list box to display the available categories
and allow multiple selection, which I assume would populate the junction
table. Would this control be part of a subform based on the junction table
or the category table? This is where I become hopelessly lost.
If I can master this, there's a ton of ways I can use it, from assigning
employees to projects, categorizing library items, and, on a less important
note, organizing my music collection.
Thanks in advance for any advice.