I have 2 tables, tblParticipantD etails and tblPreCourseQ - both have ParticipantID in them and this links the tables in relationships. ParticipantID is the primary key (and an autonumber) in tblParticipantD etails and is a number (long integer) in tblPreCourseQ. I want the ParticipantID to update in tblPreCourseQ with the same number as assigned by the autonumber ParticpantID in tblParticpantDe tails. Data is entered via forms (frmParticpantD etails and frmPreCourseQ - source is tables as above) - frmPreCourseQ is opened from a command button on frmParticpantDe tails using a macro. Is there anyway I can have ParticpantID fill in frm and tblPreCourseQ when a new record is opened from frmParticpantDe tails?
I know I could use a subform but don't really want to do this as I have 3 instances where I want to do this and don't want to put everything in one table.
thanks
I know I could use a subform but don't really want to do this as I have 3 instances where I want to do this and don't want to put everything in one table.
thanks
Comment