L
leaf
Hello there,
I have foreign keys in various tables and have linked the
foreign keys to the primary key in the main table. I
would like to automatically populate the ID which is the
primary key in the main table reflected in the main form
when I open a subform in the main form.
This subform has an optional relationship with the main
form. My subform is called Age55 and my mainform is
called CallerInfo. There could be 10 records in
Table_Callerinfo but only 2 records in Table_Age55.
I would like to achieve the following:
when I open the subform Age55 in the mainform Callerinfo,
I would like the ID from the mainform Callerinfo to
populate in the subform Age55.
I am still working on it and would appreciate some
detailed help.
Thanks!
leaf
I have foreign keys in various tables and have linked the
foreign keys to the primary key in the main table. I
would like to automatically populate the ID which is the
primary key in the main table reflected in the main form
when I open a subform in the main form.
This subform has an optional relationship with the main
form. My subform is called Age55 and my mainform is
called CallerInfo. There could be 10 records in
Table_Callerinfo but only 2 records in Table_Age55.
I would like to achieve the following:
when I open the subform Age55 in the mainform Callerinfo,
I would like the ID from the mainform Callerinfo to
populate in the subform Age55.
I am still working on it and would appreciate some
detailed help.
Thanks!
leaf