I have a dataset with a numeric field that is actually a date. The data is listed as 010828 and I need it to become a date field like 08/28/01. Any suggestions?
where dt is your original field. (looks like based on your data is text, because it has a leading zero - so that's what this calculation assumes)
If you actually need to update the data in your table, you could create a new date field in the table & use an update query to update the new field using the calculation above.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.