K
Kevin Smith
I will try and make the following problem as easy as possible to
understand.
I have two tables and two forms for entering information about work
experience students. 1st table contains personal details plus a start
and finish date. This info is entered via a form. The second table
contains fields for entry of two seperate dates and a team name. the
idea is that if a student is with us for 2 weeks he may spend 1 week
with one team and 1 week with another.
What I have working well is the first form, but I want to put a next
button on it that will allow me to open the second form and enter
information about where the student is to be working for the period of
time he is with us.
I have entered an autonumber primary key called ID in the first table
and entered the same on the second table as a number field and
assigned a one to many relationship, which I believe is correct.
However I am unable to figure out how to actually have the information
linked. So I can use the first form to enter the students details and
say that his stay with us is 2 weeks, then to open the second form and
enter information to say that he is with Team A for 3 days Team B for
1 week and Team C for 4 days etc. And have that information entered
into the second table as 3 records with the same ID as the students
details record.
If anyone here can debase themselves enough to help me I would be most
grateful.
Many Thanks
Kevin
understand.
I have two tables and two forms for entering information about work
experience students. 1st table contains personal details plus a start
and finish date. This info is entered via a form. The second table
contains fields for entry of two seperate dates and a team name. the
idea is that if a student is with us for 2 weeks he may spend 1 week
with one team and 1 week with another.
What I have working well is the first form, but I want to put a next
button on it that will allow me to open the second form and enter
information about where the student is to be working for the period of
time he is with us.
I have entered an autonumber primary key called ID in the first table
and entered the same on the second table as a number field and
assigned a one to many relationship, which I believe is correct.
However I am unable to figure out how to actually have the information
linked. So I can use the first form to enter the students details and
say that his stay with us is 2 weeks, then to open the second form and
enter information to say that he is with Team A for 3 days Team B for
1 week and Team C for 4 days etc. And have that information entered
into the second table as 3 records with the same ID as the students
details record.
If anyone here can debase themselves enough to help me I would be most
grateful.
Many Thanks
Kevin