R
richmarin
I am using VB 6 and Access 97.
I need create crosstabs on the fly. It will have the following job
criteria :
1.) I don't know going in how many columns headers the cross tab will
have.
2.) I need percentages along side the columns.
Example below.
Temp table
Temp.Client Temp.Rate Temp.Bucket
Goldman Sach $2 Bucket 2
Goldman Sach $1 Bucket 1
Lehman $1 Bucket 1
Crosstab will look
Client Bucket 1 Percent Bucket 2 Percent Total
Goldman $1 50% $2 50% $3
Lehman $1 100% $0 0% $1
How can I do the above via Visual Basic. I am using DAO.
...
I need create crosstabs on the fly. It will have the following job
criteria :
1.) I don't know going in how many columns headers the cross tab will
have.
2.) I need percentages along side the columns.
Example below.
Temp table
Temp.Client Temp.Rate Temp.Bucket
Goldman Sach $2 Bucket 2
Goldman Sach $1 Bucket 1
Lehman $1 Bucket 1
Crosstab will look
Client Bucket 1 Percent Bucket 2 Percent Total
Goldman $1 50% $2 50% $3
Lehman $1 100% $0 0% $1
How can I do the above via Visual Basic. I am using DAO.
...