B
Becky
I have data that I had to get from .odf (I only have
reader) into my Access database.
I have text like the following:
085 041 WEST ALLIS 2601 S. 108TH STREET WEST ALLIS WI
532270000
This needs to parsed and put in the correct field:
ie. DC = 085
Sore = 041
Location = West Allis
Address = 2601 S. 108th Street
City = West Allis
State = WI
Zip = 523227-0000
Opening = in this case unknown
I have around 500 such records. Any idea how this can be
done? I know how to do Field1: Left$([text],3) but this is
complicated.
Thanks,
Becky
reader) into my Access database.
I have text like the following:
085 041 WEST ALLIS 2601 S. 108TH STREET WEST ALLIS WI
532270000
This needs to parsed and put in the correct field:
ie. DC = 085
Sore = 041
Location = West Allis
Address = 2601 S. 108th Street
City = West Allis
State = WI
Zip = 523227-0000
Opening = in this case unknown
I have around 500 such records. Any idea how this can be
done? I know how to do Field1: Left$([text],3) but this is
complicated.
Thanks,
Becky