M
Mala
Hi all,
I don't know if this can be done, but here goes:
I have a form (a modal pop-up) with a drop-down list that
contains three columns: ID, last name, first name.
When I click on the name of the person from this list, I
want it to open a second form with the ID, last name, and
first name already populated at the top of this form and
information about this person (stored in a different table
than where the name info is stored...but connected by ID)
in a subform of the second form.
Form A
(drop-down)
1 Smith Fred
Form B
ID: 1
Name: Fred Smith
(subform)
[ID] Date Venue
[1] 10/16 ABC Place
[ID] column is hidden.
I have the drop-down on the pop-up connected to a macro
that invokes "OpenForm", which works, but I have no idea
how to pass the data to the form.
Any suggestions?
I have another issue (related to this form) in "Part Two"
just so this doesn't get too long.
Thanks for your help in advance!
Take care,
Mala
I don't know if this can be done, but here goes:
I have a form (a modal pop-up) with a drop-down list that
contains three columns: ID, last name, first name.
When I click on the name of the person from this list, I
want it to open a second form with the ID, last name, and
first name already populated at the top of this form and
information about this person (stored in a different table
than where the name info is stored...but connected by ID)
in a subform of the second form.
Form A
(drop-down)
1 Smith Fred
Form B
ID: 1
Name: Fred Smith
(subform)
[ID] Date Venue
[1] 10/16 ABC Place
[ID] column is hidden.
I have the drop-down on the pop-up connected to a macro
that invokes "OpenForm", which works, but I have no idea
how to pass the data to the form.
Any suggestions?
I have another issue (related to this form) in "Part Two"
just so this doesn't get too long.
Thanks for your help in advance!
Take care,
Mala