I wrote an SQL statement which selects records for export to a flat file. I need to begin the flat file with a comma. This flat file is comma delimited. How can I add a comma to the beginning of the SQL statement so that the file appears correct. Here is a sample of the SQL statement:
"SELECT ToCounter.LeadingComma,ToCounter.[Corporate Name],ToCounter.[Acct Address],ToCounter.[Acct City],ToCounter.[Acct State],ToCounter.[Acct Zip Code],ToCounter.UnitSerialNo,ToCounter.CoinValue,ToCounter.Commission,ToCounter.WriteDate,ToCounter.TechName FROM ToCounter
"SELECT ToCounter.LeadingComma,ToCounter.[Corporate Name],ToCounter.[Acct Address],ToCounter.[Acct City],ToCounter.[Acct State],ToCounter.[Acct Zip Code],ToCounter.UnitSerialNo,ToCounter.CoinValue,ToCounter.Commission,ToCounter.WriteDate,ToCounter.TechName FROM ToCounter