- Jun 16, 2004
- 1,034
- 0
- 0
Ok, I know that I can concatenate strings with the "&" operator.
However, concatenating fields that use look-up values give the underlying numeric data, not the string that I want to reference.
e.g., I have a databse that has a field for Street Numbers
However, concatenating fields that use look-up values give the underlying numeric data, not the string that I want to reference.
e.g., I have a databse that has a field for Street Numbers
- and Street Names [Streets]. Street Names actually contains a number that looks up the real street name in another table.
When I use- & " " & [Streets], I get something like 213 33213921; or, the real street number, and then the lookup number.
How can I get concatenation to work with lookup data!?
Thanks.
- & " " & [Streets], I get something like 213 33213921; or, the real street number, and then the lookup number.