G
gabedellafave
Here is hoping that someone out there can help me with this
question(s):
What I want to do is to take the following 2 rows in Excel:
005555 HAMADFIAR, ALI A234 S WINES STREET FERNDEL,NY 10405
URO02 2125551122 ATTG 5161112222 X12345 NYNB12345 BB1234567 7654321
112255 1234567890 ROSE, STEVEN D 123 N MACKS ST FERNDEL NY
10405 OPH02 2124445516 ATTG 9145553333 Z12345 NYDF23456 CC2345678
8765432
and convert them to text file fixed length records with the following
format by using MS Access:
DOCTOR ALL 005555 MD REF01
ATTG HAMADFIAR ALI ANYNB12345
X1234NYNB12345 7654321
1
BB1234567
DRADDR1 ALL 005555 234 S WINES
STREET
FERNDEL NY10405
5161112222
DRADDR2 ALL
005555
2125551122
DOCTOR ALL 112255 MD REF01
ATTG ROSE STEVEN DNYDF23456
Z12345NYDF23456 8765432
1
CC2345678
1234567890
DRADDR1 ALL 112255 123 N MACKS
ST
FERNDEL NY10405
9145553333
DRADDR2 ALL
112255
2124445516
The output consists of fixed length fields and records (450
characters).
I also need to format the Last, First, Middle name and City/State/Zip
into three separate fields each.
I found it easy to do a one for one reformatting of the file, using
Access (except for the name/address reformat), but I haven't got a
clue as to where to go with this as far as using Modules is concerned.
I would be very grateful for any ideas that anyone might have. Thank
you!
GDF
question(s):
What I want to do is to take the following 2 rows in Excel:
005555 HAMADFIAR, ALI A234 S WINES STREET FERNDEL,NY 10405
URO02 2125551122 ATTG 5161112222 X12345 NYNB12345 BB1234567 7654321
112255 1234567890 ROSE, STEVEN D 123 N MACKS ST FERNDEL NY
10405 OPH02 2124445516 ATTG 9145553333 Z12345 NYDF23456 CC2345678
8765432
and convert them to text file fixed length records with the following
format by using MS Access:
DOCTOR ALL 005555 MD REF01
ATTG HAMADFIAR ALI ANYNB12345
X1234NYNB12345 7654321
1
BB1234567
DRADDR1 ALL 005555 234 S WINES
STREET
FERNDEL NY10405
5161112222
DRADDR2 ALL
005555
2125551122
DOCTOR ALL 112255 MD REF01
ATTG ROSE STEVEN DNYDF23456
Z12345NYDF23456 8765432
1
CC2345678
1234567890
DRADDR1 ALL 112255 123 N MACKS
ST
FERNDEL NY10405
9145553333
DRADDR2 ALL
112255
2124445516
The output consists of fixed length fields and records (450
characters).
I also need to format the Last, First, Middle name and City/State/Zip
into three separate fields each.
I found it easy to do a one for one reformatting of the file, using
Access (except for the name/address reformat), but I haven't got a
clue as to where to go with this as far as using Modules is concerned.
I would be very grateful for any ideas that anyone might have. Thank
you!
GDF