deejay_totoro
Registered User.
- Local time
- Today, 18:54
- Joined
- May 29, 2003
- Messages
- 169
Hello,
I have a query which has a start date and an end date.
I would like to count the number of days inbetween the two dates so I used the following:
TotalDays: ([EndDate])-([StartDAte])
This works BUT! if the start and end date are the same, then a value of 0 is returned. What I need is a value of 1.
For example if someone was off work for 1 day, the start and end dates would be the same. So that why I need to represent this date as a 1.
How might I do this?
Thank you!
dj_T
I have a query which has a start date and an end date.
I would like to count the number of days inbetween the two dates so I used the following:
TotalDays: ([EndDate])-([StartDAte])
This works BUT! if the start and end date are the same, then a value of 0 is returned. What I need is a value of 1.
For example if someone was off work for 1 day, the start and end dates would be the same. So that why I need to represent this date as a 1.
How might I do this?
Thank you!
dj_T