G
Guest
Hi Everyone,
Quick question. What would have others done to help reduce the required
number of fields for a table? I currently have several tables that contain
over 150 fields. and I'm considering using one field to keep the status of
several options for a field. I'm writing this program to allow users to enter
in Medical info for our clients. One of the fields in consideration is as
follows:
Mood (Name)
Normal (Checked)
Anxious (Checked)
Depressed
Euphoric
Other (Checked)
In the database it would be saved in a Char(5) field like so: 11001
I'm thinking of this technique becase if I breakout the options into there
own field I will have an extra 70-80 fields and I'm alread setting at 190
fields. ANy suggestions or comments. THanks for any help.
Michael
Quick question. What would have others done to help reduce the required
number of fields for a table? I currently have several tables that contain
over 150 fields. and I'm considering using one field to keep the status of
several options for a field. I'm writing this program to allow users to enter
in Medical info for our clients. One of the fields in consideration is as
follows:
Mood (Name)
Normal (Checked)
Anxious (Checked)
Depressed
Euphoric
Other (Checked)
In the database it would be saved in a Char(5) field like so: 11001
I'm thinking of this technique becase if I breakout the options into there
own field I will have an extra 70-80 fields and I'm alread setting at 190
fields. ANy suggestions or comments. THanks for any help.
Michael