H
Hugo
Hi
I want to filter a list that have to appear in a second Combobox depended on
the selection of a first combo box.
I have two tables Devision and Sector
Table Devision have
- Devision ID
- DevisionName
Table Sector have
- SectorID
- SectorName
- DevisionName linked with table Devision
I have a form Sector with two Combo boxes
- cboDevision linked DevisionName in the table Sector
- cboSector that have to give the SectorNames depending on the selection
of cboDevision
How I can do that?
Thanks
I want to filter a list that have to appear in a second Combobox depended on
the selection of a first combo box.
I have two tables Devision and Sector
Table Devision have
- Devision ID
- DevisionName
Table Sector have
- SectorID
- SectorName
- DevisionName linked with table Devision
I have a form Sector with two Combo boxes
- cboDevision linked DevisionName in the table Sector
- cboSector that have to give the SectorNames depending on the selection
of cboDevision
How I can do that?
Thanks