R031E5
Jun 9th, 2007, 02:03 PM
Hi! First of all I want to say hello to all the community, my name's Dennis and I will be glad to help you all in any subject. I've a problem trying to group data in a datareport, here's a clear example:
I've a SQL server with this table:
Employees
CompanyID Name Salary
1 Dennis $1000
2 Bob $1000
2 Martin $900
3 Elliot $1000
I want to create a Datareport that groups the employees by salary. E.g.
Salary report
*********** $1000 ***********
CompanyID Name
1 Dennis
2 Bob
3 Elliot
***********$900*************
CompanyID Name
2 Martin
I do have a little bit of experience with VB's datareport, but it's very basic, simple reporting.
Can someone help me with this report?:confused: Thanks! ;)
I've a SQL server with this table:
Employees
CompanyID Name Salary
1 Dennis $1000
2 Bob $1000
2 Martin $900
3 Elliot $1000
I want to create a Datareport that groups the employees by salary. E.g.
Salary report
*********** $1000 ***********
CompanyID Name
1 Dennis
2 Bob
3 Elliot
***********$900*************
CompanyID Name
2 Martin
I do have a little bit of experience with VB's datareport, but it's very basic, simple reporting.
Can someone help me with this report?:confused: Thanks! ;)