R
Rich
I have a form with approx 20 combination boxes. Each combo box needs to have
numbers 1 through 5 populated in them. Users will be using these boxes to
select risk rankings for various business areas. Thier selection will be
recorded into a master table with a field for each business area. I am not
sure the best method to populate these combo boxes based on sound database
design.
Do I use a fixed 'value list' of 1 thru 5 for each cbo?
Do I have a table contain five records (each containing 1 thru 5) that is
linked in a 1 to many relationship to approx 20 different fields? (this may
create unnecessary overhead and inefficiencies I'm thinking)
Any advice would be helpful.
numbers 1 through 5 populated in them. Users will be using these boxes to
select risk rankings for various business areas. Thier selection will be
recorded into a master table with a field for each business area. I am not
sure the best method to populate these combo boxes based on sound database
design.
Do I use a fixed 'value list' of 1 thru 5 for each cbo?
Do I have a table contain five records (each containing 1 thru 5) that is
linked in a 1 to many relationship to approx 20 different fields? (this may
create unnecessary overhead and inefficiencies I'm thinking)
Any advice would be helpful.