Concatenating multiple field entries with commas (I am ready to shoot myself)

S

sharonfravel

Hello all - I am creating a query of providers (docs) and need to impor
the languages they speak for the directory. Problem is - languages ar
kept in a seperate table (ProviderLanguage) and they have multipl
entries for each provider (a new record is created each time a languag
is added to a provider: i.e. Dr. Smith speaks English, Russian an
Spanish. When I try to pull them all into one field for the report
seperated by a comma, I get three lines of the same provider, with th
languages listed like "english, english" on the first row, "russian
russian" on the second row, etc. The concat string I was using is:

Languages: IIf([ProviderLanguage]![Language] is Not Null
[ProviderLanguage]![Language] & "," & [ProviderLanguage]![Language])

I know I am missing something major, and did have this done before, bu
the twit who asked for it interrupted me, i got up, and someone sat dow
at my machine and closed without saving. I have the resulting tabl
done, but the query is gone (which the table is useless without update
data). If someone could be helpful on this it would be greatl
appreciated. I know this is 101 stuff but I am about braindead on thi
issue and cannot find any straightforward help anywhere.

Thanks from Las Vegas!!!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top