Page 1 of 1

variables and drop down lists

Posted: Sun Aug 19, 2007 1:38 am
by Faithe
Okay, here's the problem.

I have a form with five drop down boxes.

What I need, however, are the values of each option to be dependent on two things (both pieces of information are already stored in the database).

I've tried quite a few ways, such as putting queries within the form, which I do think is part of the solution.
However, I get stuck trying to get any further than that.

I'd post code, but there really isn't anything to post. I need to start from scratch, on this one.

Can someone please point me in the right direction?
I do hope I made sense.

Thanks.

Posted: Sun Aug 19, 2007 3:22 am
by RhapX
Posting code or explaining a bit better would help. Be clear on what you're wanting to do and then elaborate on how you are wanting to do it.

Posted: Sun Aug 19, 2007 4:28 am
by volka
Please search the forums for the term chained select. (Do not forget the choose "Search for all terms")

Posted: Mon Aug 20, 2007 3:56 am
by CoderGoblin

Posted: Mon Aug 20, 2007 12:32 pm
by Faithe
I actually figured it out. :]
Thank you both very much, though.