G
Guest
I have a command button and when pressed I would like it to export to a Tab
delimited file. Right now I have it exported to a comma seperated file. I
cant figure out how to change the code to Tab instead of commas. I checked
the Access help file, but couldnt find anything.
Here is the current Code.
DoCmd.TransferText acExportDelim, , "PlacementExportQry",_
"G:\Testing & Tutoring\ArnoldPlacementData.txt"
Any help would be great
delimited file. Right now I have it exported to a comma seperated file. I
cant figure out how to change the code to Tab instead of commas. I checked
the Access help file, but couldnt find anything.
Here is the current Code.
DoCmd.TransferText acExportDelim, , "PlacementExportQry",_
"G:\Testing & Tutoring\ArnoldPlacementData.txt"
Any help would be great