I have a crystal report which needs to be exported with specific field lengths. For example, the first couple columns are Student ID, Last Name and First Name. Their field lengths are 9, 20 and 20 respectivly.
Some students have 6 characters in their Student ID and some have 9 characters. How do I set up a "template" so there is always a 9 charcter space between the beginning of Student ID and the beginning of Last Name.
[tt]123456 MyLastName MyFirstName[/tt]
[tt]123456789AnotherLastName AnotherFirstName[/tt]
Thanks,
Hillary
Some students have 6 characters in their Student ID and some have 9 characters. How do I set up a "template" so there is always a 9 charcter space between the beginning of Student ID and the beginning of Last Name.
[tt]123456 MyLastName MyFirstName[/tt]
[tt]123456789AnotherLastName AnotherFirstName[/tt]
Thanks,
Hillary