W
wheat
I have a combo box in my report that's giving me trouble. Here's the
setup:
I have a main form called frmStudent. It contains a combo box called
cboGender which has two values: male and female.
The subform has a combo box called cboShoeSize. This combo is
populated either by tblShoeSizeMen or tblShoeSizeWomen depending upon
the setting of cboGender. Each of the shoeSize* tables store 'shoeID'
and 'shoeSize' (with shoeID being the primary key and shoeSize being a
size name: S, M, L, XL, etc.)
The size info (and all the other relevant info) gets stored in a table
called tblOrder. I can get the report to display the primary key for
the shoes (shoeID), as that's what's stored in tblOrder, and it does
this correctly regarless of gender. But how can I get the shoeSize
value instead? When I try mucking with the combo box settings in the
report, specifying a row source will work for one gender but not the
other.
Very confusing. Any help is appreciated.
James
setup:
I have a main form called frmStudent. It contains a combo box called
cboGender which has two values: male and female.
The subform has a combo box called cboShoeSize. This combo is
populated either by tblShoeSizeMen or tblShoeSizeWomen depending upon
the setting of cboGender. Each of the shoeSize* tables store 'shoeID'
and 'shoeSize' (with shoeID being the primary key and shoeSize being a
size name: S, M, L, XL, etc.)
The size info (and all the other relevant info) gets stored in a table
called tblOrder. I can get the report to display the primary key for
the shoes (shoeID), as that's what's stored in tblOrder, and it does
this correctly regarless of gender. But how can I get the shoeSize
value instead? When I try mucking with the combo box settings in the
report, specifying a row source will work for one gender but not the
other.
Very confusing. Any help is appreciated.
James