L
lmcc007
I have a tblContacts table with three fields pulling from a lookup table
called tlkpFirstNames. (I did this because many of the names are the same
and for accuracy in spelling.)
Fields:
FirstNameID will get name from tlkpFirstNames
MiddleNameID will get name from tlkpFirstNames
NickNameID will get name from tlkpFirstNames
Relationship:
FirstNameID = tlkpFirstNames
MiddleNameID = tlkpFirstNames_1
NickNameID = tlkpFirstNames_2
I am trying to create a query that will concatenate the fields into one
called FullName (First, NickName, and Middle…).
All I get is the numbers (the bound column information). I tried entering
[FirstNameID].[Column](1) but it’s not working.
How do I create a query pulling out this information?
called tlkpFirstNames. (I did this because many of the names are the same
and for accuracy in spelling.)
Fields:
FirstNameID will get name from tlkpFirstNames
MiddleNameID will get name from tlkpFirstNames
NickNameID will get name from tlkpFirstNames
Relationship:
FirstNameID = tlkpFirstNames
MiddleNameID = tlkpFirstNames_1
NickNameID = tlkpFirstNames_2
I am trying to create a query that will concatenate the fields into one
called FullName (First, NickName, and Middle…).
All I get is the numbers (the bound column information). I tried entering
[FirstNameID].[Column](1) but it’s not working.
How do I create a query pulling out this information?