D
dp
I have a query that returns all project numbers for a user id as separate
rows for display on reports and forms. It works well, but for space
purposes, I need to concatenate all of the project numbers for a user into
one field.
- e.g. [PROJ_NUM] & ", " & [PROJ_NUM] & ", " & [PROJ_NUM] & ", " & ...
I've seen many examples for concatenating different fields returned by a
query, but am stumped on how to concatenate the same field returned multiple
times.
dp
rows for display on reports and forms. It works well, but for space
purposes, I need to concatenate all of the project numbers for a user into
one field.
- e.g. [PROJ_NUM] & ", " & [PROJ_NUM] & ", " & [PROJ_NUM] & ", " & ...
I've seen many examples for concatenating different fields returned by a
query, but am stumped on how to concatenate the same field returned multiple
times.
dp