A
Anthony W
I have a form called "Main Form" and another called "LP
Info Section 1". On my main form i have a button that
opens the the form called "LP Info Section 1" and links
them using a VB code.
The forms are created off two tables which have a one-to-
many relationship. The primary keys for the form "Main
Form" are 'Learn_id' and 'Provi_id' and they are called
the same in the form "LP Info Section 1".
My main form has details of people such as their name,
address, tel no, etc. The "LP Info Section 1" form has
details on training schemes.
What i want is when i open the "LP Info Section 1" form by
clicking a button on my "main form", a combo box to appear
that shows all the records that relate to the student open
in my "Main Form".
I have tried adding a combo box to my form, but i do not
know how to tell it look at the students' record which is
currently open.
How is this done please.
Thanks in Advance.
Anthony Webb
Info Section 1". On my main form i have a button that
opens the the form called "LP Info Section 1" and links
them using a VB code.
The forms are created off two tables which have a one-to-
many relationship. The primary keys for the form "Main
Form" are 'Learn_id' and 'Provi_id' and they are called
the same in the form "LP Info Section 1".
My main form has details of people such as their name,
address, tel no, etc. The "LP Info Section 1" form has
details on training schemes.
What i want is when i open the "LP Info Section 1" form by
clicking a button on my "main form", a combo box to appear
that shows all the records that relate to the student open
in my "Main Form".
I have tried adding a combo box to my form, but i do not
know how to tell it look at the students' record which is
currently open.
How is this done please.
Thanks in Advance.
Anthony Webb