I have a text box in which users sometimes place dates. The field is always Date/Time or something like "TBD". I know it's bad practice but I would like to be able to sort by date. When I use the following code, I get "data type mismatch." Is there a way to sort this field by date, then have the error fields sort after?
Code:Me.OrderBy = "Year([2ndWalk]),Month([2ndWalk]),Day([2ndWalk])" Me.Refresh