I'm trying to create a routine that will export query results to a csv.
This is the code I have so far, but the TransferText command isn't working.
DesktopPath() is a function returning the, surprise, Desktop Path.
Dim strQueryName As String
Dim strFileName As String
Dim strDir As String...