I
Ian Melnick
Hello all,
I have two tables, each with primary key "id". Table1 has fields "First
Name" and "Last Name", while Table2 has field "user", which is a number.
I want to set up a combo box in a form for Table2 that will correctly
set the "user" from Table2 to the "id" from Table1. It also needs to
display the first name and last name (by referring to the stored user
field) correctly when the record is accessed.
In other words, it needs to list all first and last name info from
Table1, and when a name is selected, store it in Table2 as the id from
Table1. When the record is accessed by the form, it needs to correctly
display the name as defined by the id stored in the "user" column. How
do I do this?
Thanks
I have two tables, each with primary key "id". Table1 has fields "First
Name" and "Last Name", while Table2 has field "user", which is a number.
I want to set up a combo box in a form for Table2 that will correctly
set the "user" from Table2 to the "id" from Table1. It also needs to
display the first name and last name (by referring to the stored user
field) correctly when the record is accessed.
In other words, it needs to list all first and last name info from
Table1, and when a name is selected, store it in Table2 as the id from
Table1. When the record is accessed by the form, it needs to correctly
display the name as defined by the id stored in the "user" column. How
do I do this?
Thanks