I
Imran J Khan
Hi,
I have a list of addresses, in five fields each, e.g. street address 1,
street address 2, city, postal code. An address can be repeated. I would like
to group these address and assign each unique address an ID#, which I would
like to link to a new table, containing the new ID#, the address itself, so
if need be, I can remove the address from the original table and just leave
the ID# behind. This way I will have two tables, the first one with the
address ID# only, and the new one with the ID# and the actual five address
fields.
How can I do this? I am trying to use an update query, although I have a
beginners level skill in VBA, so I could do this in a module. I just need
help getting started.
Thanks in advance.
Imran
I have a list of addresses, in five fields each, e.g. street address 1,
street address 2, city, postal code. An address can be repeated. I would like
to group these address and assign each unique address an ID#, which I would
like to link to a new table, containing the new ID#, the address itself, so
if need be, I can remove the address from the original table and just leave
the ID# behind. This way I will have two tables, the first one with the
address ID# only, and the new one with the ID# and the actual five address
fields.
How can I do this? I am trying to use an update query, although I have a
beginners level skill in VBA, so I could do this in a module. I just need
help getting started.
Thanks in advance.
Imran