G
Guest
I have an application deployed to some users. It is a shell that we
use over and over again for projects. We are running into a situation
where the data we receive contains duplicate records. There is a
unique identifier to each one, but they are for the same "customer".
We are told that any time a customer has a change to their account
they got a new record. We need to keep all the records, because their
orders are tied to their unique id, but would like to be able to see
from any one record, what other customer records they have.
How would I construct this, and how would the end users be able to
manage this on the front end? I imagine a cross reference table, but
have some confusion with it.
Then on the entry form, I could make it an extra tab for them, but how
would they look up the similar ones, and match them? Pretty much the
names are the same, so I would like to automate it once it is set up
(run something to go through and cross reference as many as possible,
by name).
Any thoughts or ideas?
I appreciate any help!
Thank you,
use over and over again for projects. We are running into a situation
where the data we receive contains duplicate records. There is a
unique identifier to each one, but they are for the same "customer".
We are told that any time a customer has a change to their account
they got a new record. We need to keep all the records, because their
orders are tied to their unique id, but would like to be able to see
from any one record, what other customer records they have.
How would I construct this, and how would the end users be able to
manage this on the front end? I imagine a cross reference table, but
have some confusion with it.
Then on the entry form, I could make it an extra tab for them, but how
would they look up the similar ones, and match them? Pretty much the
names are the same, so I would like to automate it once it is set up
(run something to go through and cross reference as many as possible,
by name).
Any thoughts or ideas?
I appreciate any help!
Thank you,