Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with Sending a Report to a txt file

Status
Not open for further replies.

Razzie33

Technical User
Oct 3, 2000
9
US
Hi-

I created a report based on queries that the information in it has to be exported to a text file and in turn that text file is being sent to a edi feed. therefore the columns, line spaces, characters etc have to be exactly lined up and matching.

I managed to line most of the fields up but am having some problems with spacing. On one line two fields should be right next to each other with no spaces. If you look at the actual report- everything is overlapped. When saved to the text file it is still 7 spaces away. I can't overlap the text boxes anymore because if i do it cuts off part of the field. i tried combining the fields into one text box like this:

=Trim([Date]) & Space(0) & Trim([ID]) & Space(0) & Trim([Amount])

but i get an error

any advice?
thnx
 
Can you publish it in Excel and save as a txt file?
 
How about publishing to Word or printing to a generic text printer?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top