C
Craig
I'm re-designing a database. One of the forms in this database has 10
checkboxes - each one is bound to a separate field in the underlying table.
The user can select one or any number of checkboxes.
If you look at the underlying table, there are 10 fields - one for each of
the checkboxes on the form. Is there a better/more appropriate way to store
these results? Maybe a separate table, with a foreign key linked back to the
main table?
Also, another issue: I'm intrigued with all the threads regarding the evils
of using lookup values in tables. However, the database I'm re-designing has
many 'valuelists'. I can't say I'm a big fan of those, either. I agree with
the newsgroup postings - separate tables should be used to store lists and
then they should subsequently be managed through forms. Should these
valuelists be made into separate tables? What criteria is generally used to
determine if they should be, or remain in a valuelist?
Example of an existing valuelist: A combobox on a form has the following
interest rate groupings: 0$; 0%-4.99%; 5.00%-9.99%;10.00%-14.99%;Over 15.00%
How would the above example be simplified through a lookup table?
Thanks. And sorry for the deluge of questions....I have found these
newsgroups quite beneficial and truly appreciate all the help.
checkboxes - each one is bound to a separate field in the underlying table.
The user can select one or any number of checkboxes.
If you look at the underlying table, there are 10 fields - one for each of
the checkboxes on the form. Is there a better/more appropriate way to store
these results? Maybe a separate table, with a foreign key linked back to the
main table?
Also, another issue: I'm intrigued with all the threads regarding the evils
of using lookup values in tables. However, the database I'm re-designing has
many 'valuelists'. I can't say I'm a big fan of those, either. I agree with
the newsgroup postings - separate tables should be used to store lists and
then they should subsequently be managed through forms. Should these
valuelists be made into separate tables? What criteria is generally used to
determine if they should be, or remain in a valuelist?
Example of an existing valuelist: A combobox on a form has the following
interest rate groupings: 0$; 0%-4.99%; 5.00%-9.99%;10.00%-14.99%;Over 15.00%
How would the above example be simplified through a lookup table?
Thanks. And sorry for the deluge of questions....I have found these
newsgroups quite beneficial and truly appreciate all the help.