A
Amanda Byrne
I currently have inherited an Access database with a People table that has
First Name, Last Name, Second First Name, Second Last Name and Address
fields. Each person that visits our facility has a separate record in this
database- so John Smith has a record with his address and Jane Smith has a
record with the same address, and their names are cross referenced in the
Second Name fields.
Of course this presents a problem when creating mailing lists, because we
have multiple records with the same address.
I would like to run a query that would add a field and autonumber by address
(records with the same address would have the same number), with the intent
of separating the tables into a People table and a Household table, connected
by a one to many relationship via the Household ID.
Could anyone suggest the code to do this, as well as tips on potential
problems? (This is a 12,000 record database, so no small thing).
Thanks, Amanda
First Name, Last Name, Second First Name, Second Last Name and Address
fields. Each person that visits our facility has a separate record in this
database- so John Smith has a record with his address and Jane Smith has a
record with the same address, and their names are cross referenced in the
Second Name fields.
Of course this presents a problem when creating mailing lists, because we
have multiple records with the same address.
I would like to run a query that would add a field and autonumber by address
(records with the same address would have the same number), with the intent
of separating the tables into a People table and a Household table, connected
by a one to many relationship via the Household ID.
Could anyone suggest the code to do this, as well as tips on potential
problems? (This is a 12,000 record database, so no small thing).
Thanks, Amanda