I can't seem to save the correct value from a lookup table into a field. I have 4 fields:
SS#, Last Name, First Name, Middle Initial
I would like to save the Last Name, First Name into the field. Now I can just save the Last Name. Is there a way to combine the values?
So in my Lookup Tab, I have:
Combo Box
Table/query
Select ....
Bound Column 1
Column Count 4
Column Widths 0";1",1",1"
The other question is that the first column in the lookup (Last Name) always seems to be the value saved even if I change the Bound Column to 2 or 3.
Thanks so much.
SS#, Last Name, First Name, Middle Initial
I would like to save the Last Name, First Name into the field. Now I can just save the Last Name. Is there a way to combine the values?
So in my Lookup Tab, I have:
Combo Box
Table/query
Select ....
Bound Column 1
Column Count 4
Column Widths 0";1",1",1"
The other question is that the first column in the lookup (Last Name) always seems to be the value saved even if I change the Bound Column to 2 or 3.
Thanks so much.