Data storage of expanding data
Hi all. I have a novice question.
What is the best way to store data that can expand? Example: patient allergy to medication -- result could be no medication allergy or 10 medication allergies. I need to be able to store each allergy for future evaluation or formatting. Since I can't predict the number of allergies do I create a table with allergy1...allergy100 or save the allergies in as a string in one allergy field?
Any help would be appreciated.
WKinney

