T
tbl
Employee StartTime and FinishTime are stored, and I'd like
to make a query that will show the number of employees
present for each hour during the workday.
Eventually, I'd like to make a line chart showing employee
totals by the hour.
Access 2000.
Stumped!
I've been trying statements in query fields to output "Yes"
if an employee was present at a given time, but only getting
"invalid number of arguments" with things like this:
H800: IIf(#08:00# between [StartTime] and [FinishTime],
"Yes"
Any ideas?
to make a query that will show the number of employees
present for each hour during the workday.
Eventually, I'd like to make a line chart showing employee
totals by the hour.
Access 2000.
Stumped!
I've been trying statements in query fields to output "Yes"
if an employee was present at a given time, but only getting
"invalid number of arguments" with things like this:
H800: IIf(#08:00# between [StartTime] and [FinishTime],
"Yes"
Any ideas?