I have been searching for solutions to this problem, yet all I have found are little work arounds - nothing that directly addresses the issue.
I have a file that we import using another program. I have written an import spec to bring it into access where I will prune out some entries.
At this point I plan to export the text file back out, although it needs to be aligned the same way it came in.
Now, access seems to want to make everything left justified, so the export file does the same thing.
Since the numbers in the original file can be of different lengths, I can not set the import/export spec to be left justified - as I may cut off a leading number.
The primary answer I have seen is to set the format to produce leading zeros. The problem with this is that leading zeros run the risk of messing up the import program which expects just the number - and not leading zeros.
What I need, quit simply, is for access to put the numbers on the right side during the export. Is this simply not possible?
I have a file that we import using another program. I have written an import spec to bring it into access where I will prune out some entries.
At this point I plan to export the text file back out, although it needs to be aligned the same way it came in.
Now, access seems to want to make everything left justified, so the export file does the same thing.
Since the numbers in the original file can be of different lengths, I can not set the import/export spec to be left justified - as I may cut off a leading number.
The primary answer I have seen is to set the format to produce leading zeros. The problem with this is that leading zeros run the risk of messing up the import program which expects just the number - and not leading zeros.
What I need, quit simply, is for access to put the numbers on the right side during the export. Is this simply not possible?