Hello guys.
I'm using an Access2000 db and I just can't change to another db to do this.
So this is my current problem:
I have a product table. Each product belongs to one or more category.
DB Diagram
So, what I want to do is:Code:Product | Categories | Prod_Cat ------------------------------------------ *ID_Prod | *ID_Cat | *ID_Cat Desc | Desc_Cat | *ID_Prod
In only one , I want to show all categories that a product belongs.
This is what I'm getting now:
Code:ID |Desc |Categories -------------------------------- 12 |UPS |Power 12 |UPS |Accessories 12 |UPS |Obsolete
This is how I want it to be:
Code:ID |Desc |Categories ----------------------------------------------- 12 |UPS |[Power].[Accessories].[Obsolete]
I now denormalizing is not very correct but I need to do this due to integration/export.
Does Access SQL has any capabilities to do this, since it is some sort of limited?
If so, can anyone give me a tip?
Thank you




Reply With Quote