Drilling Down data?
Posted: Thu Feb 22, 2007 12:26 pm
How would you go about setting up something that is a tiered structure that is drilled down. let me explain.
Say you want to create a form. And based on certain elements in the form or their values, it would then drill down to the next, and so on and so forth.
So for example: If the gender is male, show xyz after submit, if xyz is blahblah show abc after submit.. and so on.
This would all have to be dynamic, so i'm just wondering how you would setup a database to do something like this. I was thinking it could use a tree traversal or something similar, but would like to here if anyone has suggestions.
Thanks!
Say you want to create a form. And based on certain elements in the form or their values, it would then drill down to the next, and so on and so forth.
So for example: If the gender is male, show xyz after submit, if xyz is blahblah show abc after submit.. and so on.
This would all have to be dynamic, so i'm just wondering how you would setup a database to do something like this. I was thinking it could use a tree traversal or something similar, but would like to here if anyone has suggestions.
Thanks!