D
Dave Elliott
I have a sub-form on my main form that i use to show the employee,hours and
day employee worked
the Combo Box Employee Time shows the employee for the record
the Text34 box shows the day the employee worked
there can be many workers on any given day or just one.
I need to calculate the number of employees on each day
The Combo Box Employee Time looks up the employee by EmployeeID and shows
the employees name.
via the table/query Employee
The text34 box shows the day using this code =Format([Work Date],"dddd")
It gets it from the textbox WorkDate which shows the complete date, i.e.
04/29/05
How or can i do this?
day employee worked
the Combo Box Employee Time shows the employee for the record
the Text34 box shows the day the employee worked
there can be many workers on any given day or just one.
I need to calculate the number of employees on each day
The Combo Box Employee Time looks up the employee by EmployeeID and shows
the employees name.
via the table/query Employee
The text34 box shows the day using this code =Format([Work Date],"dddd")
It gets it from the textbox WorkDate which shows the complete date, i.e.
04/29/05
How or can i do this?