K
KRB
I have a table that I am using to calculate the number of absences for an
employee. Here is my formula that I am using:
=DateDiff("d",[JobStartDate],[JobEnddate])
this works great if the employee is absent for more than one day, but If the
Start date and EndDate are the same, it just displays a count of 0 instead of
one day. How can I have it to show that the employee was only absent 1 day.
Do I need to add the time fields into this query as well. Any help would be
great!!
Thanks in Advance
employee. Here is my formula that I am using:
=DateDiff("d",[JobStartDate],[JobEnddate])
this works great if the employee is absent for more than one day, but If the
Start date and EndDate are the same, it just displays a count of 0 instead of
one day. How can I have it to show that the employee was only absent 1 day.
Do I need to add the time fields into this query as well. Any help would be
great!!
Thanks in Advance