Hello
I have 3 tables:
- branches (branch_id, branch_name)
- building_components (building_component_id, branch_id, code)
- rooms (roomd_id, building_component_id, room_number)
I created a depselect for the branches and building_components table, but now I want to add a field 'rooms' which shows in checkboxes the rooms which are related to the chosen building_component.
Is this possible ? When showing it in a select option list, it works, but i can't get it working with checkboxes.
any suggestions or help would be appreciated
kind regards
Peter