Hi, I have a simple query that pulls from 1 table. One of the fields is a date/time field. I need to change the date/time entries to all the same time. Here is what I am trying to accomplish:
Date field
5/27/2020 11:29:00
5/27/2020 8:30:00
5/26/2020 15:35:35
Desired results from query:
5/27/2020 23:59:59
5/27/2020 23:59:59
5/26/2020 23:59:59
Any suggestions on how I can do this?
Thank you,
Paul
Date field
5/27/2020 11:29:00
5/27/2020 8:30:00
5/26/2020 15:35:35
Desired results from query:
5/27/2020 23:59:59
5/27/2020 23:59:59
5/26/2020 23:59:59
Any suggestions on how I can do this?
Thank you,
Paul