This may not be possible but thought I would ask. I have a field that is a text field (called UserInfo), and it shows a name and a date for example, Jose 08142012 then the next entry would be George 22211. However some entries may not actually have a date at the end they may just be a name. Is it possible for me to sort UserInfo chronologically so that all the dates are sorted in ascending order? I was thinking maybe to use an access function to strip out the date and place that in a field by itself and then sort that ascending, but IDK how to do that either! haha. All input is greatly appreciated.
EDIT:
I thought I would get creative and try:
but now I see that sometimes there are hyphens or dashes in the date, so that throws my entire theory. Is there a way to return anything after a space?Code:Right(UserInfo, 6)