Hi, I'm using a vba procedure to load data from a text file into an access 2007 database. One of the fields in the text file is a representation of a date as 20070829 (29th august 2007). I need to know how, within my VBA code, I can convert this to a date type in order to insert into an access field...