D
Dale Fye
I'm developing a database that will allow my office to categorize a variety
of items in multiple ways (size, color, weight, ...), and the number of ways
they want to do this categorization is constantly changing. So, what I have
done is created a Categorie_Values table, that includes fields:
Cat_Va_ID Cat_CD Cat_Value
1 Size Small
2 Size Medium
3 Size Large
4 Color Red
5 Color Blue
....
Next, I created table to store the category values for each item.
Item_ID, Cat_Val_ID
I'm not set on this structure, so would appreciate any recommendations. At
any rate. What I want to do is similar to the Outlook contacts list, where I
present the user with several different options for which categories to
display (as in the Outlook phone numbers or email address sections). They
click on a label and select which Category they want to assign to that label.
Then, the combo box that is associated with that label gets filtered to
display the associated category values and stores the result in the
one-to-many table.
Does anyone have an example of how to implement this?
I've figured out how to get the label to pop up a menu with options for the
labels caption, and how to modify the rowsource for the combo box, but am
unsure how to populate the combo with the values in the Item_Cat_Values table.
Would appreciate any suggestions, including table structure modifications.
Dale
email address is invalid
Please reply to newsgroup only.
of items in multiple ways (size, color, weight, ...), and the number of ways
they want to do this categorization is constantly changing. So, what I have
done is created a Categorie_Values table, that includes fields:
Cat_Va_ID Cat_CD Cat_Value
1 Size Small
2 Size Medium
3 Size Large
4 Color Red
5 Color Blue
....
Next, I created table to store the category values for each item.
Item_ID, Cat_Val_ID
I'm not set on this structure, so would appreciate any recommendations. At
any rate. What I want to do is similar to the Outlook contacts list, where I
present the user with several different options for which categories to
display (as in the Outlook phone numbers or email address sections). They
click on a label and select which Category they want to assign to that label.
Then, the combo box that is associated with that label gets filtered to
display the associated category values and stores the result in the
one-to-many table.
Does anyone have an example of how to implement this?
I've figured out how to get the label to pop up a menu with options for the
labels caption, and how to modify the rowsource for the combo box, but am
unsure how to populate the combo with the values in the Item_Cat_Values table.
Would appreciate any suggestions, including table structure modifications.
Dale
email address is invalid
Please reply to newsgroup only.