K
Kay
I have three tables set up.
1. Participant Contact Info - with their unique identifier (PartID)
as the primary key - not an autonumber.
2. Event Types - Event Type ID as the primary key. It is an
autonumber.
3. Events - enter the event information - Event ID is the primary key
- an autonumber.
In the form I made with the contact information, I have a command
button to open the Event form. I can enter one event for each person,
but it wont let me enter two or more events for the same person.
I am assuming this is because in my relationship table the link
between my Participant Contact Info table and Events table (linking
the two PartID fields) says one-to-one relationship. But I cant
figure out how to change it to one-to-many.
Does anyone know what I need to do or what I may be doing wrong?
Thank you,
K
1. Participant Contact Info - with their unique identifier (PartID)
as the primary key - not an autonumber.
2. Event Types - Event Type ID as the primary key. It is an
autonumber.
3. Events - enter the event information - Event ID is the primary key
- an autonumber.
In the form I made with the contact information, I have a command
button to open the Event form. I can enter one event for each person,
but it wont let me enter two or more events for the same person.
I am assuming this is because in my relationship table the link
between my Participant Contact Info table and Events table (linking
the two PartID fields) says one-to-one relationship. But I cant
figure out how to change it to one-to-many.
Does anyone know what I need to do or what I may be doing wrong?
Thank you,
K