We recently converted to a PC based software. Prior to that we were on the iSeries. We had a process on the iSeries where we created a flat file, length 500A and created records where each field starts at a specific point. For example customer name starts at positon 1 for length of 30. Next field customer address starts at position 50 for length of 25 and continue until all fields have been added. Now that we are using Crystal reports, how can I create this same file? Can I sub-string all the fields I need into 1 500 A field and how do I tell the starting position for each field.