bobjackson
Programmer
Hi, Thanks for any help I receive in advance.
I am trying to filter a combo box list based on the selection of a previous field.
I have a main table called "tbl_equipment", two of the fields within this table are "building" and "cell". Each building has a number of Cells, each building has different cells.
I have two other tables called "tbl_building" and "tbl_cell"
The tbl_building has the following fields :-
building id (primary key)
building name
The tbl_cell has the following fields :-
cell id (primary key)
cell name
building name
In the main table "tbl_equipment" I pick the building from a combobox linked to "tbl_building", i then go to pick the cell from the next combobox linked to "tbl_cell" however want it to filter on the cell name that are specific the the building selected.
If anyone can help it would be appreciated.
Thanks
Rob
Never smile at work, they may think you're enjoying yourself too much and cut your pay.
I am trying to filter a combo box list based on the selection of a previous field.
I have a main table called "tbl_equipment", two of the fields within this table are "building" and "cell". Each building has a number of Cells, each building has different cells.
I have two other tables called "tbl_building" and "tbl_cell"
The tbl_building has the following fields :-
building id (primary key)
building name
The tbl_cell has the following fields :-
cell id (primary key)
cell name
building name
In the main table "tbl_equipment" I pick the building from a combobox linked to "tbl_building", i then go to pick the cell from the next combobox linked to "tbl_cell" however want it to filter on the cell name that are specific the the building selected.
If anyone can help it would be appreciated.
Thanks
Rob
Never smile at work, they may think you're enjoying yourself too much and cut your pay.