![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi... I have a access query that I need to export to a text file that is needed by another application that requires a vbCrLf at the end of each record. Unfortunately with all other text that is required, it is longer then 255 characters and cannot use the advance export because it puts a field delimiter. I am not much of an Access expert, but I currently use Excel and the Open fileName> For Output as #OutPutFile. And then at the end of the Loop, I just use the Print #OutPutFile call to write to the file. That seems to work fine. I have tried the Advance Export, as well as DoCmd.Transfertext acExportDelim, but there seems to be a limitation as to the number of characters it outputs to the file as well as the field delimiter. I need to output about 280 characters with vbCrLf at the end of each record. As per my above excel example, is there anything similar in access that I can use? Any suggestions would be greatly appreciated. Thank you for your support Mike |
![]() |
| Thread Tools | |
| Display Modes | |
| |