M
Michael Gill
I have a tblEmployees(PayrollID,Name,etc) from which i run a query that i use
in a report to print rptTimeSheets each period which varies by employee
type(monthly, weekly) I hard edit the Header Label for month or week and then
hard edit the detail dates and then print all reports for all employees
Date From Time To Time Total Time
01/11/2008
02/11/2008
etc
I have tried various methods of creating a tblDates(DateID) and then a
parameter query(>=[Enter Date From] And <=[Enter Date To]) to fill a sub
report for use in the rptTimeSheet and placing it in the Header and Detail.
In the header it will only show the first employee. In the Detail it keeps
asking for parameters on each employee(page). I have also tried a query on
both tblEmployees and tblDates with no linking field(each employee has the
requird dates set by a parameter as above). The Header detail is ok showing
each employee on each new page but the detail DateId either under fills or
over spills (depending on height of DateID)into the next employee etc
Am i completely on the wrong track?
in a report to print rptTimeSheets each period which varies by employee
type(monthly, weekly) I hard edit the Header Label for month or week and then
hard edit the detail dates and then print all reports for all employees
Date From Time To Time Total Time
01/11/2008
02/11/2008
etc
I have tried various methods of creating a tblDates(DateID) and then a
parameter query(>=[Enter Date From] And <=[Enter Date To]) to fill a sub
report for use in the rptTimeSheet and placing it in the Header and Detail.
In the header it will only show the first employee. In the Detail it keeps
asking for parameters on each employee(page). I have also tried a query on
both tblEmployees and tblDates with no linking field(each employee has the
requird dates set by a parameter as above). The Header detail is ok showing
each employee on each new page but the detail DateId either under fills or
over spills (depending on height of DateID)into the next employee etc
Am i completely on the wrong track?