L
Lars Brownie
Table A is linked 1 x M to table B. For exporting purposes I need to make
one output table/query that combines the data from both tables, but every
record from Table A should only have one record in the resulting
table/query. Something like:
Fld1 Fld2(of table B)
a Value1, Value2, Value3
in stead of
Fld1 Fld2(of table B)
a Value1
a Value2
a Value3
Any suggestions on how to accomplish this?
Thanks,
Lars
one output table/query that combines the data from both tables, but every
record from Table A should only have one record in the resulting
table/query. Something like:
Fld1 Fld2(of table B)
a Value1, Value2, Value3
in stead of
Fld1 Fld2(of table B)
a Value1
a Value2
a Value3
Any suggestions on how to accomplish this?
Thanks,
Lars