I have a column containing dates like this: 20120418 in Access 2010.
I want to convert it to this: 4/18/2012 which I can, the problem is I get #Error in the row with null.
cdate(format(mydate, "####/##/##")) as myNewDate
How do I work around this?
Thanks everyone!
Use IIf