R
R Bolling
I have one field with data as follows:
107 N. Stephens Dr.
N. Stephens St.
Stephens Pl.
I need to break it up in three fields so that it looks as follows:
StNum Dir StName
107 N. Stephens Dr.
N. Stephens St.
Stephens Pl.
Can anyone suggest a query parsing routine that will do this trick?
Thanks for any help
Robbie Bollinger
107 N. Stephens Dr.
N. Stephens St.
Stephens Pl.
I need to break it up in three fields so that it looks as follows:
StNum Dir StName
107 N. Stephens Dr.
N. Stephens St.
Stephens Pl.
Can anyone suggest a query parsing routine that will do this trick?
Thanks for any help
Robbie Bollinger