M
ManningFan
I'll try to give the basics here and not overload anyone with
information.
I'm exporting some data to a text file. I need to print a header, loop
through some code pulling necessary info, then print a footer.
I'm using the following code:
Print #2, strCodeLine
The problem is, I use it to print the header, body and footer. In
between each section it's automatically inserting a blank line, which
is screwing up what I'm trying to do.
Is there any way to force Access to NOT print a blank line each time it
runs that line of code?
information.
I'm exporting some data to a text file. I need to print a header, loop
through some code pulling necessary info, then print a footer.
I'm using the following code:
Print #2, strCodeLine
The problem is, I use it to print the header, body and footer. In
between each section it's automatically inserting a blank line, which
is screwing up what I'm trying to do.
Is there any way to force Access to NOT print a blank line each time it
runs that line of code?