H
HeidiN
I am using Access 2003.
Here is what I am trying to do:
I have a Contact table and a Contact Type table. Each contact can have
multiple Contact Types (and each Contact Type will have many Contacts). I
want to be able to select multiple Contact Types from a drop down list (which
comes from the Contact Type table) by holding the Ctrl key and selecting the
Contact Type. I then want those selections to go into the record for the
specific Contact that is being edited on the Contact form and the data for
the selections go into the join table.
Here’s what I have done.
1. Have a Contact table which lists details about the contact.
2. Have a Contact Type table which lists the various types that a contact
can be.
3. Have a join table where the Contact table and the Contact Type
relationships are linked.
4. Have a form to input the Contact information.
5. Have a form with the drop down box linked to the Contact Type table that
allows multi-select.
Problem:
1. I cannot figure out how to link the form with the drop-down box to the
specific Contact on the contact form.
2. I cannot figure out how to get the multiple selections to go into a table
(I assume that it should update to the join table?).
Any help would be greatly appreciated.
Here is what I am trying to do:
I have a Contact table and a Contact Type table. Each contact can have
multiple Contact Types (and each Contact Type will have many Contacts). I
want to be able to select multiple Contact Types from a drop down list (which
comes from the Contact Type table) by holding the Ctrl key and selecting the
Contact Type. I then want those selections to go into the record for the
specific Contact that is being edited on the Contact form and the data for
the selections go into the join table.
Here’s what I have done.
1. Have a Contact table which lists details about the contact.
2. Have a Contact Type table which lists the various types that a contact
can be.
3. Have a join table where the Contact table and the Contact Type
relationships are linked.
4. Have a form to input the Contact information.
5. Have a form with the drop down box linked to the Contact Type table that
allows multi-select.
Problem:
1. I cannot figure out how to link the form with the drop-down box to the
specific Contact on the contact form.
2. I cannot figure out how to get the multiple selections to go into a table
(I assume that it should update to the join table?).
Any help would be greatly appreciated.