H
Hydrapipe
I am trying to create a custom table from a master database.
DB1 Columns:
COMP DWGTYP DWGNB
-------------------------------
item1 typea 12345
item1 typeb 54321
item1 typea 12346
item2 typeb 12458
I want to create a table that has unique records based on the item numbers
(COMP column), and the rows following the item numbers to include the drawing
type and number like so:
item1 typea 12345 typea 12346 typeb 54321
Anyone know how to do this, I am stumped!
-Brian
DB1 Columns:
COMP DWGTYP DWGNB
-------------------------------
item1 typea 12345
item1 typeb 54321
item1 typea 12346
item2 typeb 12458
I want to create a table that has unique records based on the item numbers
(COMP column), and the rows following the item numbers to include the drawing
type and number like so:
item1 typea 12345 typea 12346 typeb 54321
Anyone know how to do this, I am stumped!
-Brian