You could use Access's Format function: Format(<field>, "yyyymmdd")
....but selecting the date in its native format and specifying a format when
it the value is actually used will provide you with more flexibility.
--
Dave Fancher
http://davefancher.blogspot.com
"Bernie Yaeger" <(E-Mail Removed)> wrote in message
news:O$MmppE%(E-Mail Removed)...
> How can I select a date column in an Access table such that the select
> will return a string in yyyymmdd format?
>
> Thanks for any help.
>
> Bernie Yaeger
>
>