C
CAD Fiend
Hello,
I am importing data from an excel spreadsheet, which is fielded this
way:
Parcel_ID, Owner_First_Name, Owner_Last_Name, etc...
The first column, the Parcel ID, could look like this:
Parcel_ID
7-5-029-001
But sometimes, because the SAME owner may have more than one parcel
(under the SAME name), some of the fields can have up to three entries
in the same cell, which are separated by a new line.
Which could look like this:
Parcel_ID
7-5-030-001
7-5-031-001
7-5-032-001
When I bring in the spreadsheet into Access, using File/Get External
Data/Import, the access table NOW has all three Parcel_ID's in the same
field, separated by the little square (which is the new line character,
I believe), which I will use a ^ to substitute it for this discussion.
The new access field now looks like this:
7-5-030-001^7-5-031-001^7-5-032-001
HERE IS MY QUESTION:
Using a query (I guess), I would need to get Access to read the
Parcel_ID, find the separator, extract the next number series, then make
a new record, with the SAME Owner_First_Name, Owner_Last_Name, etc...,
with the different Parcel_ID?
Thanks in advance for your reply (ies).
Phil.
<If you want to respond directly just remove the caps from the email
address shown>
I am importing data from an excel spreadsheet, which is fielded this
way:
Parcel_ID, Owner_First_Name, Owner_Last_Name, etc...
The first column, the Parcel ID, could look like this:
Parcel_ID
7-5-029-001
But sometimes, because the SAME owner may have more than one parcel
(under the SAME name), some of the fields can have up to three entries
in the same cell, which are separated by a new line.
Which could look like this:
Parcel_ID
7-5-030-001
7-5-031-001
7-5-032-001
When I bring in the spreadsheet into Access, using File/Get External
Data/Import, the access table NOW has all three Parcel_ID's in the same
field, separated by the little square (which is the new line character,
I believe), which I will use a ^ to substitute it for this discussion.
The new access field now looks like this:
7-5-030-001^7-5-031-001^7-5-032-001
HERE IS MY QUESTION:
Using a query (I guess), I would need to get Access to read the
Parcel_ID, find the separator, extract the next number series, then make
a new record, with the SAME Owner_First_Name, Owner_Last_Name, etc...,
with the different Parcel_ID?
Thanks in advance for your reply (ies).
Phil.
<If you want to respond directly just remove the caps from the email
address shown>