Hallo,
I'm trying to export the email adresses to a txt file with a semicolon delimiter. What i have by now is the the list of the email adresses but all in quotes and delimited with new line. This result from this code:
DoCmd.TransferText acExportDelim, , "qry_SearchResult_EmailExtractor", "C:\email.txt", 0
Call Shell("NOTEPAD.exe c:\email.txt", 1)
The ideal output would be the list of email delimited by semicolon on one single long row. Does someone have an idea?
thanks for suggestions
I'm trying to export the email adresses to a txt file with a semicolon delimiter. What i have by now is the the list of the email adresses but all in quotes and delimited with new line. This result from this code:
DoCmd.TransferText acExportDelim, , "qry_SearchResult_EmailExtractor", "C:\email.txt", 0
Call Shell("NOTEPAD.exe c:\email.txt", 1)
The ideal output would be the list of email delimited by semicolon on one single long row. Does someone have an idea?
thanks for suggestions