G
Guest
Here' s my situation. I have a table with records like the ones below:
CaseID Date/Time (in one field) Totalworkmin
1 1/1/1900 12:00am 45
1 1/1/1900 2:00pm 6
2 1/1/1900 12:00am 2
2 1/4/1900 4:00pm 22
I want to run a query that finds the first instance for each case ID no
matter if it's on the same day or on separate days. When I use the FIRST
function as part of MSAccess, it doesn't work correctly when I apply it to
the Date/Time field. If I truncate the Date/time Field by using the
DATEVALUE function, it still doesn't work. Has anyone attempted this? How
can I get the results I need?
CaseID Date/Time (in one field) Totalworkmin
1 1/1/1900 12:00am 45
1 1/1/1900 2:00pm 6
2 1/1/1900 12:00am 2
2 1/4/1900 4:00pm 22
I want to run a query that finds the first instance for each case ID no
matter if it's on the same day or on separate days. When I use the FIRST
function as part of MSAccess, it doesn't work correctly when I apply it to
the Date/Time field. If I truncate the Date/time Field by using the
DATEVALUE function, it still doesn't work. Has anyone attempted this? How
can I get the results I need?