N
Neuro
I am using a query to concatenate two columns from the same table. All of
the data in the latter column is drawn from a separate table to ensure data
entry fidelity (indexed-duplicates OK). In the query, I am using the
NewColumn:[ColumnA]&""&[ColumnB] coding to build the concatenation. However,
the query returns the index (primary key) of the table that ColumnB is drawn
from instead of returning the actual data. This is strange because if I just
say NewColumn:[Column2] the query recognizes the data. I'm stumped.
For example, if I were to try to concatenate the words Dog and "House", it
wold show up as Dog3.
Thank you so much for your advice!
the data in the latter column is drawn from a separate table to ensure data
entry fidelity (indexed-duplicates OK). In the query, I am using the
NewColumn:[ColumnA]&""&[ColumnB] coding to build the concatenation. However,
the query returns the index (primary key) of the table that ColumnB is drawn
from instead of returning the actual data. This is strange because if I just
say NewColumn:[Column2] the query recognizes the data. I'm stumped.
For example, if I were to try to concatenate the words Dog and "House", it
wold show up as Dog3.
Thank you so much for your advice!