F
FatMan
Hi all:
I have some data that has been imported into an access database from an
Excel spreadsheet. One of the fields in the table (created from an Excel
file) is an address field in the following format: Add1, Add2, Add3.
What I would like to do is append the data from the new table (created from
Excel) into an existing table that has 3 fields for the address. Each part
of the address (Add1, Add2, Add3) would go to one of the 3 address fields in
the existing table. For example: ExistingTable.Address1 = Add1,
ExistingTable.Address2 = Add2, etc.
Can anyone tell me how to divide the one field into its three parts based on
the comma?
Any help is greatly appreciated.
Thanks,
FatMan
I have some data that has been imported into an access database from an
Excel spreadsheet. One of the fields in the table (created from an Excel
file) is an address field in the following format: Add1, Add2, Add3.
What I would like to do is append the data from the new table (created from
Excel) into an existing table that has 3 fields for the address. Each part
of the address (Add1, Add2, Add3) would go to one of the 3 address fields in
the existing table. For example: ExistingTable.Address1 = Add1,
ExistingTable.Address2 = Add2, etc.
Can anyone tell me how to divide the one field into its three parts based on
the comma?
Any help is greatly appreciated.
Thanks,
FatMan