B
Bill
I copied and pasted 2000 records from a web site to excell
then imported to an access table.
Because of the original structure of the data, the first
record in this one field table is Company Name and the
next record is the address of the company in the previous
record.
I added a autonumber field to the table so now all the odd
numbered records represent CompanyName and the even
numbered records represent CompanyAddress.
I intended to do a make table query selecting only the odd
numbered records and use an autonumber field to create a
table with only business names, then do a make table query
selecting the even number records in the same manner. I
should then be able to create a new field in the business
names table for the addresses and update that field from
the address table linking the autonumber fields of each
table.
The problem is that I don't know how to make the query
recognize even and odd numbers.
Any ideas or better ways to accomplish my overall task of
associating the bus name with it's address in the next
field?
then imported to an access table.
Because of the original structure of the data, the first
record in this one field table is Company Name and the
next record is the address of the company in the previous
record.
I added a autonumber field to the table so now all the odd
numbered records represent CompanyName and the even
numbered records represent CompanyAddress.
I intended to do a make table query selecting only the odd
numbered records and use an autonumber field to create a
table with only business names, then do a make table query
selecting the even number records in the same manner. I
should then be able to create a new field in the business
names table for the addresses and update that field from
the address table linking the autonumber fields of each
table.
The problem is that I don't know how to make the query
recognize even and odd numbers.
Any ideas or better ways to accomplish my overall task of
associating the bus name with it's address in the next
field?