Hi,
I'm trying to output to a text file in VB6.
In VBA I would have used...
In VB6 I have a variable string that I just want to save as a txt file. What command(s) would I use to achieve this.
Many Thanks
I'm trying to output to a text file in VB6.
In VBA I would have used...
Code:
DoCmd.OutputTo acOutputReport, "RptName", acFormatTXT, "TextFilePathAndName", 0
In VB6 I have a variable string that I just want to save as a txt file. What command(s) would I use to achieve this.
Many Thanks