Concatenate same field records into one - FOLLOW UP

  • Thread starter Thread starter Sue Compelling
  • Start date Start date
S

Sue Compelling

Hi Allen (I hope)

I used your code and instructions to perform what I needed to - brilliant
.... though I now want to change the default separator from comma space to "
and "

When I adjusted my code to what I thought would work I initially got syntax
errors (from memory 5035) though now the code runs but the comma separator
remains ...

Can I not do this?

CombTimes: ConcatRelated("DayTime","QrySiteRosterTimesComb","ContactID = " &
[ContactID],," and ")

TIA --
Sue Compelling
 
Back
Top