RichO
Registered Yoozer
- Local time
- Today, 16:49
- Joined
- Jan 14, 2004
- Messages
- 1,036
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 getting the results. It is still sorting by string value, not date value.
Thanks for your help.
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 getting the results. It is still sorting by string value, not date value.
Thanks for your help.