K
Kerstin
Problem 1)
I need to come up with a report for every single employee
(right now it shows one big report where it lists every
employee - guess I need like a page break between the
different employees?)
Problem 2)
For every employee I have 4 or 5 different data lines that
i need to show. Like this:
Joe Doe
1/1/1994 to 31/12/94 $15.00
1/1/1993 to 31/12/93 $25.00
Right now my report looks something like this:
Joe Doe
1/1/1994 to 31/12/94 $15.00
Joe Doe
1/1/1993 to 31/12/93 $25.00
I need to find out how to get all the related data from
one employee on one report without repeating the
unnecessary info like the name.
Can someone give me an easy and quick solution?
Tahnks so much!!!!
I need to come up with a report for every single employee
(right now it shows one big report where it lists every
employee - guess I need like a page break between the
different employees?)
Problem 2)
For every employee I have 4 or 5 different data lines that
i need to show. Like this:
Joe Doe
1/1/1994 to 31/12/94 $15.00
1/1/1993 to 31/12/93 $25.00
Right now my report looks something like this:
Joe Doe
1/1/1994 to 31/12/94 $15.00
Joe Doe
1/1/1993 to 31/12/93 $25.00
I need to find out how to get all the related data from
one employee on one report without repeating the
unnecessary info like the name.
Can someone give me an easy and quick solution?
Tahnks so much!!!!