ATCrunway1
Programmer
Hey there everyone...
This is probably an easy one for most; however, I'm a new IT programmer that is trying to learn most programming on-the-fly!!! Go figure... ANYWAY... So, please be descriptive for fear of not knowing what you're talking about.
I'm trying to figure out how to make a dropdown menu populate with a portion of a database listing that is selected by a previous drop down menu. CONFUSED??? So am I...
Example... A company may have many organizations within itself and each organization has several offices.... When you select the organization from the organization dropdown menu, the office dropdown menu only populates with the offices that belong to the selected organization. Database tables are set up where the organization has a numerical ID and the offices have an ID that corresponds to the Organizational ID.
HELP!!!!!
ATCrunway1
This is probably an easy one for most; however, I'm a new IT programmer that is trying to learn most programming on-the-fly!!! Go figure... ANYWAY... So, please be descriptive for fear of not knowing what you're talking about.
I'm trying to figure out how to make a dropdown menu populate with a portion of a database listing that is selected by a previous drop down menu. CONFUSED??? So am I...
Example... A company may have many organizations within itself and each organization has several offices.... When you select the organization from the organization dropdown menu, the office dropdown menu only populates with the offices that belong to the selected organization. Database tables are set up where the organization has a numerical ID and the offices have an ID that corresponds to the Organizational ID.
HELP!!!!!
ATCrunway1