G
John Vinson said:It's considered polite to post your question in the text area, not
just the subject line.
That said...
DateSerial(Left([datestring], 4)), Mid([datestring], 6, 2),
Right([datestring], 2))
should do it for you.
John W. Vinson[MVP]
John, I think you might have gotten an extra ')' in there.
Many thanks to everyone for their kind replies, and noted re posting msgJohn said:Thanks Randy - quite right!
I think it slipped in from the LISP compiler...
John W. Vinson[MVP]