Just use Format(<cell value>,"yyyy-mm-dd") - or whatever format is appropriatefor your database.Dates are always stored internally as numbers like this. You need to formatthem appropriately for output.