Ron Allen
chizotz at charter.net
Tue Jul 29 13:40:24 CDT 2003
Hi Mark, I just use the format function, which converts to string and lets me format the date at the same time. strValue = format(dtmValue, "mm/dd/yyyy") HTH, Ron On Tue, 29 Jul 2003 14:33:25 -0400 "Mark Boyd" <MarkBoyd at McBeeAssociates.com> wrote: >How can I change a data type in code? > >I want to change Field1 from Date/Time to Text. > >Any ideas?