B
Betsy
I am creating a new database and my subform is acting strange.
I have three (3) tables
Meetings
MeetingID
PurposeID
TypeID
Meetingtime
MeetingDate
MeetingNotes
Contacts
ContactID
ContLastName
ContFirstName
contDept
meetingLink
LinkID
MeetingID
ContactID
There can be many contacts at a meeting. So i made a form;
frmMeetings
from the meeting table
AND
a subform; sbfmMeetinglinks
LinkID
MeetingID
ContactID (unbound combo box linked to tblcontacts)
unbound (contlast) Contact last Name
unbound (contfirst) Contact first Name
unbound (contdept) contact Department
The subform has an unbound combobox to look up the contacts and move their
information into other unbound fields. Other than the combo box these unbound
fields are only for the comfort of the person entering the information so
that they can see the names, but the information is not stored anywhere as
all I really need is the contactID.
However, When the AfterUpdate pushes the info into the unbound boxes it
also changes the unbound boxes of all the other records on the subform, so in
datasheet view, except for the ContactID, it looks like you have the same
person registered over and over.
Is there any way I can get around this?
I have three (3) tables
Meetings
MeetingID
PurposeID
TypeID
Meetingtime
MeetingDate
MeetingNotes
Contacts
ContactID
ContLastName
ContFirstName
contDept
meetingLink
LinkID
MeetingID
ContactID
There can be many contacts at a meeting. So i made a form;
frmMeetings
from the meeting table
AND
a subform; sbfmMeetinglinks
LinkID
MeetingID
ContactID (unbound combo box linked to tblcontacts)
unbound (contlast) Contact last Name
unbound (contfirst) Contact first Name
unbound (contdept) contact Department
The subform has an unbound combobox to look up the contacts and move their
information into other unbound fields. Other than the combo box these unbound
fields are only for the comfort of the person entering the information so
that they can see the names, but the information is not stored anywhere as
all I really need is the contactID.
However, When the AfterUpdate pushes the info into the unbound boxes it
also changes the unbound boxes of all the other records on the subform, so in
datasheet view, except for the ContactID, it looks like you have the same
person registered over and over.
Is there any way I can get around this?