Van,
Thats exactly what i needed. I just formatted it differently with:
Format([date],"mmddyyyy")
THANKS AGAIN!!!
"vanderghast" wrote:
> Use CDate.
>
> ? CDate("3/8/2010")
> 2010.03.08
>
> ( In my case, it took the first number as the month; my Regional setting
> tell Windows to format my dates in the ISO format, which is year dot month
> dot day ).
>
>
> Vanderghast, Access MVP
>
>
> "Steve P" <(E-Mail Removed)> wrote in message
> news:4CE0A688-FAE5-437C-B1AF-(E-Mail Removed)...
> > How do i convert a date formatted like: 3/8/2010 (string) to its
> > corresponding seriel?
>
|