0

LinkField Help...

Hi All

I am a new user of Jet and I am trying to retrive some data from two tables. I have managed to link tables sucessfully and now just need to be able to retrive a comma list of the Product Codes from a child Table.

My data is structured like so

Header Table
OrderNo..DeliveryData…etc
123,01/02/2014,…
321,02/03/2014….

Child Table
OrderNo..ProductCode..Value
123,abc,20
123,def,30
123,ghj,50
321,xyz,20
321,vyh,30

I am trying to achive in excel
OrderNo,DaliveryDate,Products,OrderValue
123,01/02/2014,abc:def:ghj,100
321,02/03/2014,xyz:vyh, 50

So far, all I can achive is
OrderNo,DaliveryDate,Products,OrderValue
123,01/02/2014,abc,100
321,02/03/2014,xyz, 50

Can anyone point me in the right direction?

1 comment

Please sign in to leave a comment.