EricTheRed
Registered User.
- Local time
- Yesterday, 23:15
- Joined
- Aug 7, 2003
- Messages
- 27
Sorry the title is so ambiguous, but I really couldn't explain this clearly in several words. That being said, here's the more long-winded version
:
I am unsure how to "properly" structure this relationship: Each person in my database has four* "extra data" fields associated with them. The whether the field is active (and can receive data), titles of these fields, in addition to the possible values for these fields, are to be defined by the user. Imagine a limit-to-list combo box where the label is the "field title" and the items in the combo are the "field values". How to have the user edit these values is not the issue; creating tables to store the values is. All I have so far is a table like this:
tblOpFields:
FieldID (Number identifying the optional field with which the )text is associated
strFieldText (A possible value for the field)
And I don't know where to go from here. How should I associate each "extra data" field value with each person? How should I store the field titles? Help! Thanks in advance.
- Eric
* Four is the current amount, but it is possible that this value will change.

I am unsure how to "properly" structure this relationship: Each person in my database has four* "extra data" fields associated with them. The whether the field is active (and can receive data), titles of these fields, in addition to the possible values for these fields, are to be defined by the user. Imagine a limit-to-list combo box where the label is the "field title" and the items in the combo are the "field values". How to have the user edit these values is not the issue; creating tables to store the values is. All I have so far is a table like this:
tblOpFields:
FieldID (Number identifying the optional field with which the )text is associated
strFieldText (A possible value for the field)
And I don't know where to go from here. How should I associate each "extra data" field value with each person? How should I store the field titles? Help! Thanks in advance.
- Eric
* Four is the current amount, but it is possible that this value will change.