B
Bagheera
I am creating a catalogue of information resources and need to classify each
according to the subject(s) it covers.
I have created two tables, tblResources and tblSubjects, and a table that
joins them. I can easily create a form for the resources with a subform to
list the subjects with a drop-down box from which to pick.
However, with a very long list of subjects, it's a bit unwieldy. I know that
the people who will be undertaking the classification would love check boxes
on a form they can tick.
Is there a simple way of setting this up for them? Would I have to write
code for each box which, if ticked, would add a record to the joining table?
I don't know how to do this so, if this is the answer, further advice would
be welcome.
Help will be much appreciated. Many thanks and Happy Christmas.
according to the subject(s) it covers.
I have created two tables, tblResources and tblSubjects, and a table that
joins them. I can easily create a form for the resources with a subform to
list the subjects with a drop-down box from which to pick.
However, with a very long list of subjects, it's a bit unwieldy. I know that
the people who will be undertaking the classification would love check boxes
on a form they can tick.
Is there a simple way of setting this up for them? Would I have to write
code for each box which, if ticked, would add a record to the joining table?
I don't know how to do this so, if this is the answer, further advice would
be welcome.
Help will be much appreciated. Many thanks and Happy Christmas.