I have a query with these fields:
- EmplDate – DateTime
- EmplyID --- Test
- Hrs – Numbers
I have a Form with the above field, but I want to add another field. I want to see how many days each/an Employee last worked from the current date they’re working.
I.E.
JoLMrtn 11/23/2013
KrnEClntn 11/20/2013
JoLMrtn 12/1/2013 7 (Last worked 7 days ago)
KrnEClntn 12/5/1013 15 (Last worked 15 days ago)
*I’m unable to come up with the right criteria. Any suggestions would be much appreciated!