I've recently found Alen Browne's concatenate function; it's brilliant.
Unfortunately I'm not so smart.
I have it working in my application but when I tried to add an extra condition to the "where" part I've run into problems.
It's the last part that's beating me.
"and [tblDelegatesSelectedActivities.ActivityID]=7"
Can anyone point out where I'm going wrong please?
ConcatRelated("ActivityID","tblDelegatesSelectedAc tivities","DelegateID = " & [tblDelegates.DelegateID] and [tblDelegatesSelectedActivities.ActivityID]=7" )