I'm writing fields from a database into a text file. This is working just fine. The file is used to import into a different program. The problem I'm having is that the program will not accept 2 colums(dates, in text format mmddyy) if they are enclosed in quotes(ex "091105"). Is there a way to write to the file that will NOT put quotes in that area? I can't put it in as a number, because I need the leading 0. Any ideas?