[AccessD] Text to Date conversion

Gina Hoopes hoopesg at hotmail.com
Thu Dec 22 16:03:33 CST 2005


Another great solution. Thanks!

Gina

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
Sent: Thursday, December 22, 2005 11:56 AM
To: Access Developers discussion and problem solving; 
AccessD at databaseadvisors.com
Subject: Re: [AccessD] Text to Date conversion

If you used the method below, it would be a string.  You could do 
CDate(Mid([awarddate],3,2) & "/" & Left([awarddate],2) & "/" &
Right([awarddate],4)) to get the date.

  Thanks,
Jeremy





More information about the AccessD mailing list