Access_Elic
New member
- Local time
- Today, 22:22
- Joined
- Apr 18, 2014
- Messages
- 4
Hi Guys,
Hi guys currently I have query from text to time, I used the query below,
and the output is 8:00:00 AM I want to remove the seconds and Retain the AM/PM.
timein: Min(CDate(Mid(HISTORY.ETIME,1,2) & ":" & Mid(HISTORY.ETIME,3,2)))
Hi guys currently I have query from text to time, I used the query below,
and the output is 8:00:00 AM I want to remove the seconds and Retain the AM/PM.
timein: Min(CDate(Mid(HISTORY.ETIME,1,2) & ":" & Mid(HISTORY.ETIME,3,2)))