Hello All
I'm trying to make a cocatenation query using Allen Browne's function. I can't post the link as this is my first post sorry.
The query is this
SELECT qryMerge.FileName, qryMerge.Length, ConcatRelated("Categories","qryMerge","ClipID = " & [ClipID],"ActorsID = " & [ActorsID]) AS...