Hi,
I have an interesting issue relating to the historical data on our system. It records sales by UserID. The UserID changes from time to time for whatever reason and this change is recorded on a different table where Old ID, New ID, and Date are available. The sales record will retain the ID on the date it was recorded. This created a challenge in matching the current User ID with historical sales Data.
Essentially, one person can have a number of IDs throughout time; most don't. The challenge is to group/link all of these changed IDs together in order to link the old IDs with the latest.
Does anyone know a way to link these changes in chronological order?
LT