I have a table laid out like this
ID Tag File Description
1 1234 1234i1.doc File 1
2 1234 1234i2.doc File 2
3 4321 4321i1.doc File 1
4 4321 4321i2.doc File 2
5 4321 4321i3.doc File 3
I want it to look like this
Tag File1 Desc1 File2 Desc2 File3 Desc3
1234 1234i1.doc File1 1234i2.doc File2
4321 4321i1.doc File1 4321i2.doc File2 4321i3.doc File 3
Is there anyway to do this in MS Access useing a SQL statement or anything like that?
ID Tag File Description
1 1234 1234i1.doc File 1
2 1234 1234i2.doc File 2
3 4321 4321i1.doc File 1
4 4321 4321i2.doc File 2
5 4321 4321i3.doc File 3
I want it to look like this
Tag File1 Desc1 File2 Desc2 File3 Desc3
1234 1234i1.doc File1 1234i2.doc File2
4321 4321i1.doc File1 4321i2.doc File2 4321i3.doc File 3
Is there anyway to do this in MS Access useing a SQL statement or anything like that?