You wouldn't do this from the Crosstab query. There is a generic concatenate
function at
http://www.rogersaccesslibrary.com/O...p#Hookom,Duane that
might help.
--
Duane Hookom
MS Access MVP
--
"Matt" <(E-Mail Removed)> wrote in message
news:37421EB2-5224-4D98-BFB7-(E-Mail Removed)...
> Hi Duane,
>
> For example I have the following information displayed in a crosstab
query:
>
> 1023 1024 1025
>
> 0000-0001 x x
> 0000-0003 x
>
>
> For a particular part #, it can have more than one part family # (1023,
1024, 1025, etc.). I wanted to see if it is possible to list the part # and
the column headings it belongs to such as 0000-0001 belongs to part family
1023 and 1025. I would like to do this on one row in an Access datasheet
since the crosstab query can be pretty long.
>
> Is this possible?
>
> Thanks,
> Matt