TropicalFred
Technical User
I have an Access database table that looks like this:
Account Attribute
100 Reg20
100 Comp
100 South
101 Reg31
101 NonComp
101 North
102 Closed
And what I need is a table that looks like this:
Account Group Region Comp/NC Open/Closed
100 South Reg20 Comp
101 North Reg31 NonComp
102 Closed
I suppose that I could write a query for each attribute and then combine the queries into a single table, but I was just wondering if there was a better (i.e. easier) way to do this.
Thanks for your help and have a Happy Thanksgiving.
Account Attribute
100 Reg20
100 Comp
100 South
101 Reg31
101 NonComp
101 North
102 Closed
And what I need is a table that looks like this:
Account Group Region Comp/NC Open/Closed
100 South Reg20 Comp
101 North Reg31 NonComp
102 Closed
I suppose that I could write a query for each attribute and then combine the queries into a single table, but I was just wondering if there was a better (i.e. easier) way to do this.
Thanks for your help and have a Happy Thanksgiving.