Concat Related

riekie

New member
Local time
Today, 18:03
Joined
Dec 15, 2013
Messages
5
Hi, I have a table called Export_Car which contains Data such as License Number and Make and Model.

I am calling a VBA function (in my query) that I have found online.

This works fine and concatanates all the License Numbers for that Dealer.

ConcatRelated("License & Chr(13) & Chr(10)","Export_Car","[Dealer_ID] = """ & [Dealer_ID] & """")

My question is how do I add more fields to concatanate, such as Make and Model.
 
Create two new columns, for Make and Model ?
 

Users who are viewing this thread

Back
Top Bottom