J
Jdougal via AccessMonster.com
I've used the lookup wizard to pull information into my main table.
Tbl SignUp has a record for name
There is a Tbl EmployeeInfo which has records for First, Last, and ID number.
The record for name looks up all three of these records. In the form where
the information is selected I have a drop down menu. The last, first, and ID
number is displayed as an option. When you select the data it only inserts
the first name into the record in Tbl SignUp.
I either want all the info, (first, last, and ID), or have the last last name
inserted. We have several employees with the same first name so the current
method will not work.
Can anyone help?
Thanks
Tbl SignUp has a record for name
There is a Tbl EmployeeInfo which has records for First, Last, and ID number.
The record for name looks up all three of these records. In the form where
the information is selected I have a drop down menu. The last, first, and ID
number is displayed as an option. When you select the data it only inserts
the first name into the record in Tbl SignUp.
I either want all the info, (first, last, and ID), or have the last last name
inserted. We have several employees with the same first name so the current
method will not work.
Can anyone help?
Thanks