I have a one-to-many database.
The first table is Learner Dataset and the second is Learning Programme Dataset.
My Primary key fields are [Learn_id], [Provi_id].
On my main form the control source is the Learner Dataset, and what i want is a button that when clicked will allow me to add a new record to my Learning Programme Dataset Form.
However when i try this my foreign key fields do not update on the Learning Programme Dataset form.
Any ideas what i should be doing?
Sorry if i have not given enough detail.
TIA
Anthony
The first table is Learner Dataset and the second is Learning Programme Dataset.
My Primary key fields are [Learn_id], [Provi_id].
On my main form the control source is the Learner Dataset, and what i want is a button that when clicked will allow me to add a new record to my Learning Programme Dataset Form.
However when i try this my foreign key fields do not update on the Learning Programme Dataset form.
Any ideas what i should be doing?
Sorry if i have not given enough detail.
TIA
Anthony