access 2010
I want to make a string of combo boxes to change each other based on the previous one.
I am working on a character creation database: Hair type
I want the user to choose the Color and the length box pops up
then the length box selection pops up and changes the texture box
then the texture box pops up and changes the volume box
then the volume box pops up and changes the style box
example:
length class = 2 --> shows texture box, volume box, style box: all display is class 2
The texture, length, volume, style boxes have Category Name (i.e. Length) and Class Numbers (i.e. Class 1, 2, 3).
I've tried to find or create code that will do what i want but no one seems to know how to do this or even if it is possible (not even my professor).
please let me know if you have any ideas (preferably full code if you've got it)
thanks!
