G
Guest
This will be difficult to explain and if it is completly confusing for anyone
to answer, I understand.
The database I'm trying to design gets it's source data from another system
and can be updated as often as I wish. It is in read-only format, so users
cannot change any of the source data.
What I would like however is for users to be able to add additional data to
a particular record and save that data somewhere in the database. The
confusing point to me is, because the source data will be updated, how can I
keep any additional data that is added? There is a unique number for each
record, like a 'row id', so I was thinking somehow I could use that as the
link. But how??
Sometimes when the source data is refreshed, the row id that was in the
previous version of the data is also on the refreshed version and sometimes
not. How can I enable this so if a user adds data to a record, that when the
source data is refresh, their additional data is not compromised?
Thanks in advance.
to answer, I understand.
The database I'm trying to design gets it's source data from another system
and can be updated as often as I wish. It is in read-only format, so users
cannot change any of the source data.
What I would like however is for users to be able to add additional data to
a particular record and save that data somewhere in the database. The
confusing point to me is, because the source data will be updated, how can I
keep any additional data that is added? There is a unique number for each
record, like a 'row id', so I was thinking somehow I could use that as the
link. But how??
Sometimes when the source data is refreshed, the row id that was in the
previous version of the data is also on the refreshed version and sometimes
not. How can I enable this so if a user adds data to a record, that when the
source data is refresh, their additional data is not compromised?
Thanks in advance.