I got a very simple access database of assets that’s automatically generated by a third party software into an access database table.
The data I get ends up int the 'wrong order' and I need to change the rows and columns.
This is how it looks:
Asset# - Item - ItemValue2
Asset1 - Name - PC1
Asset1 - Serial - 123ABC
Asset2 - Name - PC2
Asset2 - Serial - 456DEF
And this is how I want it to look:
Asset# - Name - Serial
Asset1 - PC1 --- 123ABC
Asset2 - PC2 --- 456DEF
I tried to search for it but didn’t get any good results out of it. Can someone help me with a simple way to fix this?
The data I get ends up int the 'wrong order' and I need to change the rows and columns.
This is how it looks:
Asset# - Item - ItemValue2
Asset1 - Name - PC1
Asset1 - Serial - 123ABC
Asset2 - Name - PC2
Asset2 - Serial - 456DEF
And this is how I want it to look:
Asset# - Name - Serial
Asset1 - PC1 --- 123ABC
Asset2 - PC2 --- 456DEF
I tried to search for it but didn’t get any good results out of it. Can someone help me with a simple way to fix this?