I have a customer database and a table called accountInfo which contains addressing fields. I need to create an ascii text file that has 3 fields on each line. Those are email_address, first_name, and last_name. In order for this file to work with an email program, I must have the fields separated by tabs, not commas. Can anyone show me how to do this? Thanks.