M
Marc via AccessMonster.com
I am trying to change a vertical list of records with a unique key to a
single horizontal record. See this example:
Current Query output
KEY Index Type Data
123456 1 ELA
123456 2 G
123456 3 15
123456 4 756
Desired Output
KEY 1 2 3 4
123456 ELA G 15 756
Can somebody help?
Marc
single horizontal record. See this example:
Current Query output
KEY Index Type Data
123456 1 ELA
123456 2 G
123456 3 15
123456 4 756
Desired Output
KEY 1 2 3 4
123456 ELA G 15 756
Can somebody help?
Marc