Convert time as text to datetime
Microsoft Access,
DateTime
I've got a stupid table that I have to work with (and no, I can't change it) that stores times of certain events as text (example: '10:25 pm' or '3:02 am'). This table has an actual date to work with, which is essentially just the date with no time component. Know what I'm going to ask yet? You guessed it...how can I add the time to the date to get a single datetime against which I can compare other datetimes? I want to do that as part of a query