Hi Leon (It is me again;)),
That is possible. But it depends on the volume of data in the table.
If I am right, as you say
Quote:
|
quote:the ONLY data I have is
|
You can open the table in EM and manually add a field Health_Desc and add data to these two records. And there on if any new record is to be added you can put the description for that too from the client app or using stored procs.
If the volume of data is huge and ant alteration to this table would affect the live apps or something to that effect, you can always go for the second option that you suggested. Create another table and heelp the same HEALTH_ID as reference there, and add health description to that correspondingly and then you got to make changes in all places where you generate reports using Health_Table, to use the HEALTH_DESC table too.
You can decide which one is comfortable and does not affect the existing setup much.
But I would always suggest you to go for the first solution, considering the Integrity and maintenance factors in the future.
Hope that helps.
Cheers!
_________________________
-Vijay G

Strive for Perfection
