Hello,
I need to do a date/time calcutation with two fields. Find the latency between the two dates and time or just the time. In other words, how long it took the Problem to get validated. Then, I need to get an average.
I have to fields
1. Received
The information in here looks like, "4/3/2006 10:00:38 AM"
2. Validated
The information in here looks like, "Problem Validated, Current Time: 4/5/2006 8:01:03 PM"
I tried doing this
Validated: Right([Alerts].[ValidateStatus],20)
to get rid of the text and keep the date and time, but it's not working. Well, it does to some extent. Is there a way to tell Access get rid of the text and leave me with the date and time?
Am I doing the right thing to accomplish this calculation?
Do I need the date or can I just do it with the time?
Thanks,
Rita
I need to do a date/time calcutation with two fields. Find the latency between the two dates and time or just the time. In other words, how long it took the Problem to get validated. Then, I need to get an average.
I have to fields
1. Received
The information in here looks like, "4/3/2006 10:00:38 AM"
2. Validated
The information in here looks like, "Problem Validated, Current Time: 4/5/2006 8:01:03 PM"
I tried doing this
Validated: Right([Alerts].[ValidateStatus],20)
to get rid of the text and keep the date and time, but it's not working. Well, it does to some extent. Is there a way to tell Access get rid of the text and leave me with the date and time?
Am I doing the right thing to accomplish this calculation?
Do I need the date or can I just do it with the time?
Thanks,
Rita