Martyh
Registered User.
- Local time
- Today, 17:26
- Joined
- May 2, 2000
- Messages
- 196
Hi!
I have data that I have looks like this:
ID CID Phas FYr Contrib Funds_Delivered
1 1 1 2002 10000 0
2 2 1 2002 10000 0
3 3 1 2002 10000 0
...
25 1 1 2003 15000 -1
26 2 1 2003 12000 0
27 3 1 2003 18000 -1
...
46 1 1 2004 19000 -1
47 2 1 2004 14000 -1
48 3 1 2004 20000 -1
...
88 1 2 2005 25000 -1
89 2 2 2005 20000 -1
90 3 2 2005 20000 -1
...
130 1 2 2006 30000 -1
131 2 2 2006 30000 -1
132 3 2 2006 35000 -1
I need a FORM that looks like:
Phase
1
FYr
2002 2003 2004
1 10000 15000 19000
2 10000 12000 14000
3 10000 18000 20000
...
and then by just changing the phase to 2, have the form change to
Phase
2
FYr
2005 2006 2007
1 25000 30000 35000
2 20000 30000 37000
3 20000 35000 40000
...
I know that I need a cross tab.... but this is a FORM ... not a REPORT. How do I do this?
Marty H.
I have data that I have looks like this:
ID CID Phas FYr Contrib Funds_Delivered
1 1 1 2002 10000 0
2 2 1 2002 10000 0
3 3 1 2002 10000 0
...
25 1 1 2003 15000 -1
26 2 1 2003 12000 0
27 3 1 2003 18000 -1
...
46 1 1 2004 19000 -1
47 2 1 2004 14000 -1
48 3 1 2004 20000 -1
...
88 1 2 2005 25000 -1
89 2 2 2005 20000 -1
90 3 2 2005 20000 -1
...
130 1 2 2006 30000 -1
131 2 2 2006 30000 -1
132 3 2 2006 35000 -1
I need a FORM that looks like:
Phase
1
FYr
2002 2003 2004
1 10000 15000 19000
2 10000 12000 14000
3 10000 18000 20000
...
and then by just changing the phase to 2, have the form change to
Phase
2
FYr
2005 2006 2007
1 25000 30000 35000
2 20000 30000 37000
3 20000 35000 40000
...
I know that I need a cross tab.... but this is a FORM ... not a REPORT. How do I do this?
Marty H.