V
VB Clueless
I have created a bird watching db. I have one table called
tblBirdSightings. I have a list table of all the Bird Families
(lstBirdFamilies). I have numerous list tables of the Bird Names that belong
to each bird family (example lstAlbatrosses, lstLoons).
What I'm trying to code is when you select the 'SightedBirdFamily' name from
the combo box then the correct list of birds in that family is listed in the
Sighted Bird Name combo box. If you select Loons then only the Loon bird
names would list in the 'SightedBirdName' combo box. There are 59 bird
families and 59 list tables.
I've tried a few of the other help questions but I'm lost can't get the
coding correct. I'm hoping there is a simple solution?
Thx,
VB Clueless
tblBirdSightings. I have a list table of all the Bird Families
(lstBirdFamilies). I have numerous list tables of the Bird Names that belong
to each bird family (example lstAlbatrosses, lstLoons).
What I'm trying to code is when you select the 'SightedBirdFamily' name from
the combo box then the correct list of birds in that family is listed in the
Sighted Bird Name combo box. If you select Loons then only the Loon bird
names would list in the 'SightedBirdName' combo box. There are 59 bird
families and 59 list tables.
I've tried a few of the other help questions but I'm lost can't get the
coding correct. I'm hoping there is a simple solution?
Thx,
VB Clueless