M
memnac via AccessMonster.com
Hello All,
Here is a sample data: -
Groups Centers Avail Set Rem
A JP 10 5 5
A PA 20 2 18
A WA 30 10 20
B JP 15 10 5
B PA 25 14 11
..
I would like to end up with this:
For Center JP
GrpA GrpB ... GrpZ
Avail 10 15 Havail
Set 5 10 Hset
Rem 5 5 Hrem
For Center PA
GrpA GrpB
Avail 20 25
Set 2 14
Rem 18 11
and so on ...
I have tried creating a crosstab query for each (Avail, Set and Rem) over
group range (could be A-Z) but don't know how to bring all together.
I have also looked at the microsoft forum on transposing into a table but
ideally can i achieve the goal in a query / sql without creating tables? Any
help will be much appreciated.
Here is a sample data: -
Groups Centers Avail Set Rem
A JP 10 5 5
A PA 20 2 18
A WA 30 10 20
B JP 15 10 5
B PA 25 14 11
..
I would like to end up with this:
For Center JP
GrpA GrpB ... GrpZ
Avail 10 15 Havail
Set 5 10 Hset
Rem 5 5 Hrem
For Center PA
GrpA GrpB
Avail 20 25
Set 2 14
Rem 18 11
and so on ...
I have tried creating a crosstab query for each (Avail, Set and Rem) over
group range (could be A-Z) but don't know how to bring all together.
I have also looked at the microsoft forum on transposing into a table but
ideally can i achieve the goal in a query / sql without creating tables? Any
help will be much appreciated.