Hi, I am creating a contacts database in ACCESS 2003. Currently, I have 4 tables: Contact Details, Call Log, Event Schedule, Event Attendance.
The problem is with one field in the Contact Details table. On the data entry form, the field (a combo box) is called Contact Type. 1 person (contact) can belong to several contact types. For instance, the person (contact) can be board member, a donor and an expert (in how to assist victims of domestic violence).
The only solution I can think of is an extra table Contact Type plus a Junction Table.
The contact type table would be more or less static (sort of reference). I know how to set up a junction table and link it to the Contacts Details table and a Contact Type table.
But then, how do I get more than 1 selection from the combo box into the junction table ?
Writing VBA code is out of my league.
Any suggestions ?
The problem is with one field in the Contact Details table. On the data entry form, the field (a combo box) is called Contact Type. 1 person (contact) can belong to several contact types. For instance, the person (contact) can be board member, a donor and an expert (in how to assist victims of domestic violence).
The only solution I can think of is an extra table Contact Type plus a Junction Table.
The contact type table would be more or less static (sort of reference). I know how to set up a junction table and link it to the Contacts Details table and a Contact Type table.
But then, how do I get more than 1 selection from the combo box into the junction table ?
Writing VBA code is out of my league.
Any suggestions ?