I'm using the CDate function to convert a timestamp into a date but it isn't working completely. I want it to be a ten digit date for example 01/05/2010. The problem if the date is less than nine, 1/5/2010, it isn't returning a value.
Date: CDate(Left([TSMP],10))
Examples:
TSMP / Date...