OK I am importing data to access (too big for excel).
Here is a few template lines I am importing;
1234567890sample data Inc. 000 NW 100TH ST MIAMI FL331501465C055 550033A
1234567890MORE SAMPLE DATA INC 000 NW 100TH ST APT 111 MIAMI SHORES FL331501205C057 010028A
OK here is the problem.
When I used the text to columns function I run into the problem.
The first 10 characters is a phone number. With fixed width I can get that off of there very easy. BUT I can not get the appartment off with fixed width. Also I need to be able to pull the street number off.
If I used delimited {space} then I can not strip off the phone number or the street number.
To compound the issue the spacing is not uniform. So even if I were able to use delimited AND fixed width (which I dont think I can) i still could not get all this data to pull apart.
So I was thinking about writing something in VB but i would not have a clue as to which function to use for something like this.
I know of someone that wrote something for FoxPro that will do this but I know even less about FP than I do Access.
Any help here would be great.
Thanks,
Grumish.
Here is a few template lines I am importing;
1234567890sample data Inc. 000 NW 100TH ST MIAMI FL331501465C055 550033A
1234567890MORE SAMPLE DATA INC 000 NW 100TH ST APT 111 MIAMI SHORES FL331501205C057 010028A
OK here is the problem.
When I used the text to columns function I run into the problem.
The first 10 characters is a phone number. With fixed width I can get that off of there very easy. BUT I can not get the appartment off with fixed width. Also I need to be able to pull the street number off.
If I used delimited {space} then I can not strip off the phone number or the street number.
To compound the issue the spacing is not uniform. So even if I were able to use delimited AND fixed width (which I dont think I can) i still could not get all this data to pull apart.
So I was thinking about writing something in VB but i would not have a clue as to which function to use for something like this.
I know of someone that wrote something for FoxPro that will do this but I know even less about FP than I do Access.
Any help here would be great.
Thanks,
Grumish.