Hi.
Here's the scoop.
My database has numeric values for most fields. These values correspond to a prescribed data dictionary.
NOW, I must convert the values to other meanings/choices.
So that if '1' meant 'employee' and '2' meant 'student' and '3' meant 'retiree', then now '1' would mean 'retiree', '2' mean 'employee' and '3' mean 'student'.
How to update properly since after the 1st update i would not know which of the current '1's meant what?
Russ
Here's the scoop.
My database has numeric values for most fields. These values correspond to a prescribed data dictionary.
NOW, I must convert the values to other meanings/choices.
So that if '1' meant 'employee' and '2' meant 'student' and '3' meant 'retiree', then now '1' would mean 'retiree', '2' mean 'employee' and '3' mean 'student'.
How to update properly since after the 1st update i would not know which of the current '1's meant what?
Russ