M
Michael Slade
I have problem figuring out how to create a new table (using a query) from
two tables with the following fields
tableA: name ID
TableB ID prod
Items in TableA are unique and linked to TableB by ID.
There may be zero or more items in TableB with the same ID but different
prod.
I want tableC to be ID name field3 where field3 is prod(ID1) & prod(ID2)...
That is, all prod(sameID), if any, to become a text string to be put into
TableC field3.
Is there a simple way of doing a query and maketable to generate this?
If not, what script would be needed?
thanks
Michael Slade
two tables with the following fields
tableA: name ID
TableB ID prod
Items in TableA are unique and linked to TableB by ID.
There may be zero or more items in TableB with the same ID but different
prod.
I want tableC to be ID name field3 where field3 is prod(ID1) & prod(ID2)...
That is, all prod(sameID), if any, to become a text string to be put into
TableC field3.
Is there a simple way of doing a query and maketable to generate this?
If not, what script would be needed?
thanks
Michael Slade