J
JString
Greetings all...
For my current project I've been assigned a database conversion job from the
old Lotus platform to Access. Needless to say, the existing database is a
number of years old. There are 3 main tables to work with, one of which
contains something around 180k records.
Unfortunately, none of these tables contain any unique identifier fields so
they can be very hard to work with. My first step was to filter out
duplicates and to add a GUID field, but I know there are still duplicate
accounts saved in these tables that have slightly different data.
So, I'm thinking I need to create a second unique index field that's based
off of key values so that I can group records by account and sort it all out.
Does anybody have any idea about how to do this?
Thanks in advance.
For my current project I've been assigned a database conversion job from the
old Lotus platform to Access. Needless to say, the existing database is a
number of years old. There are 3 main tables to work with, one of which
contains something around 180k records.
Unfortunately, none of these tables contain any unique identifier fields so
they can be very hard to work with. My first step was to filter out
duplicates and to add a GUID field, but I know there are still duplicate
accounts saved in these tables that have slightly different data.
So, I'm thinking I need to create a second unique index field that's based
off of key values so that I can group records by account and sort it all out.
Does anybody have any idea about how to do this?
Thanks in advance.