R
Rob
A question about Expressions in Queries.
I work flexible hours and want to use Access to find out if I have
worked too long (> 8:30) or too short (<8:30) on a given day.
My simple table has three fields:
EnterOffice (e.g. value 8:15 AM)
LeaveOffice (e.g. value 3:40 PM)
StandardTime (value 8:30)
In a Query I have this Expression:
LeaveOffice - EnterOffice - StandardTime
The result = 1:05 whereas I would have liked to get -1:05, in other
words: the outcome seems to be an absolute number.
Any solutions?
Thanks - Rob
I work flexible hours and want to use Access to find out if I have
worked too long (> 8:30) or too short (<8:30) on a given day.
My simple table has three fields:
EnterOffice (e.g. value 8:15 AM)
LeaveOffice (e.g. value 3:40 PM)
StandardTime (value 8:30)
In a Query I have this Expression:
LeaveOffice - EnterOffice - StandardTime
The result = 1:05 whereas I would have liked to get -1:05, in other
words: the outcome seems to be an absolute number.
Any solutions?
Thanks - Rob