Thanks for the reply. I am basically trying to rearrange a table. The table has been generated by Form input & has the following structure:
Customer(text)|Order No(autonumber)|Brand_1|Brand_2|etc(double)
There are 106 Brands & approximately 500 orders (rows). I need to link the Brands to a Family table structured
Brand_Family(text)|Brand(text)
to enable some analysis of quantities (avg, sum, etc) & grouping, but of course there is no "joinable" field to make this easy. It occurred to me that I could drop it all into Excel, transpose & re-title the data & then bring it back to Access, but I wanted to find out if there is a way of doing this inside Access. I suspect not, but would be more than happy to be proved wrong.
Does this help clarify? Let me know if there's any further insight I can offer.