I have a time field (IncTime) that I would like to use to create another field (Shift) based on a specified time period. The update would only need to be done once since the IncTime value will not change once entered. For example,
12:01-7:00 am = 1
7:01 - 4:00 pm = 2
4:01 pm - 12:00pm = 3
blank = null
I assume that I need an Update Query with a IIF statement, but am confused on how to show a range of time as shown above to get one value.
The final field (Shift) will be used to compare activity between the shifts on a Pivat Table.
Thanks!!!
12:01-7:00 am = 1
7:01 - 4:00 pm = 2
4:01 pm - 12:00pm = 3
blank = null
I assume that I need an Update Query with a IIF statement, but am confused on how to show a range of time as shown above to get one value.
The final field (Shift) will be used to compare activity between the shifts on a Pivat Table.
Thanks!!!