> I'm sorry, I didn't make myself clear. I imported text into a database.
> The date field for all the records are in "text" format based on the
> table's design view of Access97. In my query or report, I want all the
> records to show a short date format vs. numbers like 20060424,
> 20060425, 19990101, etc. I can't change it in my table's design because
> I loose the data in that field. Thanks.
>
> Douglas J. Steele wrote:
>> Try:
>>
>> CDate(Format(NumericDate, "0000\-00\-00"))
>>
>> --
>> Doug Steele, Microsoft Access MVP
>>
http://I.Am/DougSteele>> (no e-mails, please!)
>>
>>
>> "ddw_23" <ddw_23[ at ]hotmail.com> wrote in message
>> news:1158161853.717188.102250[ at ]m73g2000cwd.googlegroups.com...
>> >I am trying to convert a numeric date to a short date (ex. 20060424 to
>> > 4/24/2006). Thank you!
>> >
>> >
>> >
>> > Douglas J. Steele wrote:
>> >> What's the format of the numeric date?
>> >>
>> >> --
>> >> Doug Steele, Microsoft Access MVP
>> >>
http://I.Am/DougSteele>> >> (no e-mails, please!)
>> >>
>> >>
>> >> "ddw_23" <ddw_23[ at ]hotmail.com> wrote in message
>> >> news:1158159840.925904.31850[ at ]d34g2000cwd.googlegroups.com...
>> >> > Hi Everyone.
>> >> > I'm trying to change a numeric date into a short date. Can someone
>> >> > assist me PLEASE??
>> >> > Thanks to all in advance!!!
>> >> >
>> >
>