Link to home
Start Free TrialLog in
Avatar of JasonBurt
JasonBurt

asked on

Fixed Field Length

I need to export data from Access into a text file in a cobol format.  This means that the field lengths need to be fixed for the record.  Field 1 must start in postition 1, field 2 in position 19, regardless of the amount of data in the field.  I've seen the text export wizard in Access, but that wont work, as every record takes three lines.  Any ideas?
Avatar of vspeter
vspeter

You've got the write script for this.

Cheers
Avatar of JasonBurt

ASKER

I'm sorry, I don't understand your comment.
ASKER CERTIFIED SOLUTION
Avatar of kfrick
kfrick

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
i read the above solutions but can you please provide code for it?