Anytime in the past when I had a option in the database about sex of a person, (like Female or Male), I would create a table called "SEX" then put male or female in as a foreign key to the main table.
Is this better then just using the option of a value list and a text box within the same table? I just noticed that if I make this column a combo box intead of a text box (but format it as text) I can use a value list. In the value list I can put Male; Female. Then I will have my two choices. Why would I not want to use this?
If anyone knows for certain please let me know. Thanks very much. -db
Is this better then just using the option of a value list and a text box within the same table? I just noticed that if I make this column a combo box intead of a text box (but format it as text) I can use a value list. In the value list I can put Male; Female. Then I will have my two choices. Why would I not want to use this?
If anyone knows for certain please let me know. Thanks very much. -db