Pushkinwow
New Member
- Joined
- Jan 22, 2004
- Messages
- 29
So here is the problem.
I am dealing with salary data and people are supposed to be classified into steps 1-5. Unfortunately people are all over the place (below step 1, between step 2 and 3, above step 5 at multiple rates) so needless to say its a mess.
I need to produce a report with the total number of people in each step. That would be easy if people were where they are supposed to be but as I outlined above they are all over the place. I figured that with if statements you should be able to set perameters (either in the query or in the report) to return all the people below step 1, all the people at step 1, all the people in between step 1 and 2, etc.
The actual if statements should be easy to write but I wanted some direction on where to put them (where in the report or query, and how to assign a variable to it etc).
Any help would be appreciated.
Thank you
I am dealing with salary data and people are supposed to be classified into steps 1-5. Unfortunately people are all over the place (below step 1, between step 2 and 3, above step 5 at multiple rates) so needless to say its a mess.
I need to produce a report with the total number of people in each step. That would be easy if people were where they are supposed to be but as I outlined above they are all over the place. I figured that with if statements you should be able to set perameters (either in the query or in the report) to return all the people below step 1, all the people at step 1, all the people in between step 1 and 2, etc.
The actual if statements should be easy to write but I wanted some direction on where to put them (where in the report or query, and how to assign a variable to it etc).
Any help would be appreciated.
Thank you