N
NewAccessUser
I created a table with 2 fields, FirstName and LastName. I
want to use these 2 fields in a lookup field in a second
table. I can create the lookup field with both the
LastName and the FirstName appearing when selecting
initially, but the FirstName disappears after selecting. I
want to see both names. I created a query of the 2 names
with sql and the query looks great. But I cannot get the
query to go in the lookup column. I get:
" is not a valid name. Make sure that it does not include
invalid characters or punctuation and that it is not too
long. (Error 3125).
When I look at the query in design view, the field shows
up as:
LastFirst: [tblPerson].[LastName]+[tblPerson].[FirstName]
How can I get the results I want? Thanks.
want to use these 2 fields in a lookup field in a second
table. I can create the lookup field with both the
LastName and the FirstName appearing when selecting
initially, but the FirstName disappears after selecting. I
want to see both names. I created a query of the 2 names
with sql and the query looks great. But I cannot get the
query to go in the lookup column. I get:
" is not a valid name. Make sure that it does not include
invalid characters or punctuation and that it is not too
long. (Error 3125).
When I look at the query in design view, the field shows
up as:
LastFirst: [tblPerson].[LastName]+[tblPerson].[FirstName]
How can I get the results I want? Thanks.