Microsoft
Software
Hardware
Network
Question : VBA Export Tab Delimited text file
Hello Experts
This should be a quick one but not sure. I would like VBA code to export a Table in MS Access to a Tab Delimited with no qualifier text file.
Answer : VBA Export Tab Delimited text file
This tells the code where to write the file, so you'd change it:
Open "C:\Reports\MyTextFile.txt
" For Append As #lFile
This changes to tab:
sRow = rst.Fields(i).Value & vbTab & sRow
Random Solutions
How to break up a "FIrstName.LastName" record into 2 seperate variables
Code for User Permission level
Trusted Sites button greyed out in IE7 for Windows 2003 Terminal Server domain users sessions
How to create a Second Global Address List in exchange 2007
Input masks for numerical data?
Quotation marks and # signs around variable dates and date parts
Auto-updating a view-based subform
Exporting Access Report as PDF with a unique name
RDP Server Sizing
Running Classic ASP with IIS7