C
Crispy
Hi,
I'm very new to this so I appologize ahead of time for a dumb question.
I'm building a very simple student database. The main student form has all
their student information in it (that it stores in the student table) and
then a button on it called "Parent Information..." that launches another
form so that you can enter that student's parent information (into the
parents table). The two tables are related by student ID.
Everything works great for existing records, however as soon as you try to
add a new student, the Student form fills in the student ID with a new
autonumber (which is good). But then when you hit the "Parent
Information..." button and that form launches... the newly assigned student
ID number is not on that form. How do I make it so when they add a new
student, and a new student ID is made, that it will be inserted into that
field for the parents form---so that the relationships work.
Thanks agian!
Abby
I'm very new to this so I appologize ahead of time for a dumb question.
I'm building a very simple student database. The main student form has all
their student information in it (that it stores in the student table) and
then a button on it called "Parent Information..." that launches another
form so that you can enter that student's parent information (into the
parents table). The two tables are related by student ID.
Everything works great for existing records, however as soon as you try to
add a new student, the Student form fills in the student ID with a new
autonumber (which is good). But then when you hit the "Parent
Information..." button and that form launches... the newly assigned student
ID number is not on that form. How do I make it so when they add a new
student, and a new student ID is made, that it will be inserted into that
field for the parents form---so that the relationships work.
Thanks agian!
Abby