[Solved] Using Cascading List Boxes
Posted: Mon Mar 31, 2014 7:53 pm
Hi All,
I am trying to implement the principle of Cascading_List_Boxes (viewtopic.php?p=233508#p233508, but have no luck so far.
I am trying to populate a 3rd table, based on cascading selection of the 1st table.
The tblProject Table must hold a CompanyName, the specific Project related address, the person who runs the project, date and time.
The Company is already entered into the database, with potentially multiple addresses, like Billing, Mailing, Training addresses.
I would to be able to select an address, belonging to a selected Company.
I would like to see only those Company addresses, belonging to the selected Company and no other addresses to select.
I would like to use this same principle with i.e. Country and their State/Province selection. Select a Country, and only then show the State(s)/Province(s) from the selected Country.
I attached a sample database.
I am running the embedded HSQLBD.
Hope that someone can point me in the right direction.
Dream
I am trying to implement the principle of Cascading_List_Boxes (viewtopic.php?p=233508#p233508, but have no luck so far.
I am trying to populate a 3rd table, based on cascading selection of the 1st table.
The tblProject Table must hold a CompanyName, the specific Project related address, the person who runs the project, date and time.
The Company is already entered into the database, with potentially multiple addresses, like Billing, Mailing, Training addresses.
I would to be able to select an address, belonging to a selected Company.
I would like to see only those Company addresses, belonging to the selected Company and no other addresses to select.
I would like to use this same principle with i.e. Country and their State/Province selection. Select a Country, and only then show the State(s)/Province(s) from the selected Country.
I attached a sample database.
I am running the embedded HSQLBD.
Hope that someone can point me in the right direction.
Dream