Hello all,
I have a text field that contains a date in this format
3/11/2011 11:32:17 AM
I want to be able to keep just the date, not the time, and sort it. I thought I knew how to do this but apparently not.
I have tried every combination of CDate, DateValue, and Format$ and I am not...