T
Tom
Hi
Am rebuilding a book db which lists approx 40k of books, on looking through
a table listing the authors - with fields AuthSName, AuthFName, BookID,
AuthorID - we are noticing numerous duplications of the same authors.
AuthSName and AuthFName are text fields while BookID and AuthorID are
numeric fields.
What I would like to do is consolidate duplicated Authors - AuthSName and
AuthFName - so that they have the same AuthorID.
What is the best way to automate this process?
Any advice/suggestions very much appreciated.
TIA
Tom
Am rebuilding a book db which lists approx 40k of books, on looking through
a table listing the authors - with fields AuthSName, AuthFName, BookID,
AuthorID - we are noticing numerous duplications of the same authors.
AuthSName and AuthFName are text fields while BookID and AuthorID are
numeric fields.
What I would like to do is consolidate duplicated Authors - AuthSName and
AuthFName - so that they have the same AuthorID.
What is the best way to automate this process?
Any advice/suggestions very much appreciated.
TIA
Tom