I have a table which contains several configurations for equipment. I'm trying to write a query to sort the data for a simple conparison but am having great difficulties getting it to work. The data is stored in the format below.
System Config1 Config2 Config3 Config4 etc. etc
When I run my report to compare I want the layout to look like below
System1 System2 System3 etc
Config1 xxxxxx xxxxxxx xxxxxx
Config2 aaaaa aaaaa aaaaa
Config3 bbbb bbbb bbbb
etc.
Thanks for looking
Jim
System Config1 Config2 Config3 Config4 etc. etc
When I run my report to compare I want the layout to look like below
System1 System2 System3 etc
Config1 xxxxxx xxxxxxx xxxxxx
Config2 aaaaa aaaaa aaaaa
Config3 bbbb bbbb bbbb
etc.
Thanks for looking
Jim