essexguy2015
New member
- Local time
- Yesterday, 16:23
- Joined
- Aug 9, 2015
- Messages
- 2
Hi all
I currently have a table where we are logging a task number against a date and time for each employees to track activity
What I am looking to do is in a query have access lookup the previous reference number for the employee before the date/time of the individual record but on the same day
example
Staff 1 08/08/2015 12:00 Task Ref: 1234
Staff 1 09/08/2015 14:00 Task Ref: 3456
Staff 1 09/08/2015 15:00 Task Ref: 7891
to show something like
Staff 1 08/08/2015 12:00 Ref:1234 Previous Ref: Null
Staff 1 09/08/2015 14:00 Ref: 3456 Previous Ref: Null
Staff 1 09/08/2015 15:00 Ref: 7891 Previous Ref: 3456
Fields are
Employee
DTActStart - this is when task started
DTActEnd - this is when activity ended
Task ID - Reference for task (unique field)
I've tried seaching forums (Used DMax and Lookup) but doesnt find the most recent record before the in view record
I'm thinking a query is the best way so that when Print a report of tasks run of tasks will then show
I currently have a table where we are logging a task number against a date and time for each employees to track activity
What I am looking to do is in a query have access lookup the previous reference number for the employee before the date/time of the individual record but on the same day
example
Staff 1 08/08/2015 12:00 Task Ref: 1234
Staff 1 09/08/2015 14:00 Task Ref: 3456
Staff 1 09/08/2015 15:00 Task Ref: 7891
to show something like
Staff 1 08/08/2015 12:00 Ref:1234 Previous Ref: Null
Staff 1 09/08/2015 14:00 Ref: 3456 Previous Ref: Null
Staff 1 09/08/2015 15:00 Ref: 7891 Previous Ref: 3456
Fields are
Employee
DTActStart - this is when task started
DTActEnd - this is when activity ended
Task ID - Reference for task (unique field)
I've tried seaching forums (Used DMax and Lookup) but doesnt find the most recent record before the in view record
I'm thinking a query is the best way so that when Print a report of tasks run of tasks will then show