I need to calculate the number of days between 2 fields. Problem is one field is in text (2 digit yr,month,day ). Example August 15 2008 would be 080815 and the other is a Date/Time displayed as 08/21/2008. How do I write the code to convert one or the other - whichever is best to calculate a number of days between the two? To get an answer of 7 days?