J
Jerome
Hi,
I need to export my data in a very strict text format like this:
First name: 15 characters
Last name: 20 characters
Street: 20 characters
House number: 5 characters
etc
An example would be like this (the underscore symbolizing an empty space:
John___________Doe_________________Marlboro_Road_______00023
And the 2nd address would start right after the 00023:
John___________Doe_________________Marlboro_Road_______00023Jack___________Jones_______________Kentucky_Road______00088
and so on.
Is that at all possible from Access or does this need to be done
directly on the SQL Server?
Thank you,
Jerome
I need to export my data in a very strict text format like this:
First name: 15 characters
Last name: 20 characters
Street: 20 characters
House number: 5 characters
etc
An example would be like this (the underscore symbolizing an empty space:
John___________Doe_________________Marlboro_Road_______00023
And the 2nd address would start right after the 00023:
John___________Doe_________________Marlboro_Road_______00023Jack___________Jones_______________Kentucky_Road______00088
and so on.
Is that at all possible from Access or does this need to be done
directly on the SQL Server?
Thank you,
Jerome