D
DNuding
I have a main form based on Table A with a subform based on Table C. These
are linked via (master and child) 2 fields, ShowId and ShowName.
On the subform, I have a combo box whose source is Table B, field is Class#.
Table B also stores ShowId and ShowName. When an item is selected from the
Class# combo drop down list, the value of Class# is stored in Table C, Class#
field.
I have read many of the posts on this list and can not figure out how to get
the results I need.
When the main/sub form is opened, I would like to be able to click on the
dropdown combo box on the subform and only see the records that correspond to
the ShowID and ShowName on the main/sub form and in Table B.
Table A (Shows)
ShowID ShowName
1234 Test
5678 Test1
Table B (Class Lists)
ShowID ShowName Class#
1234 Test 1
1234 Test 2
1234 Test 3
5678 Test1 1
5678 Test1 2
5678 Test1 3
Table C (Class Entries)
Class# ClassName
1 English 2 Gait
2 Western 2 Gait
3 English 3 gait
If I scroll through the shows, I want to click on the Class# field and only
see the class numbers from Table B in the combo box listed for that
particular show.
If the ShowId and ShowName for Test1 are in those fields in the main/sub
form, I want to see the class numbers available to pick just for that show.
(The combo box actually has 2 columns so that the class# and class name are
visible ).
Thanks for any assistance.
are linked via (master and child) 2 fields, ShowId and ShowName.
On the subform, I have a combo box whose source is Table B, field is Class#.
Table B also stores ShowId and ShowName. When an item is selected from the
Class# combo drop down list, the value of Class# is stored in Table C, Class#
field.
I have read many of the posts on this list and can not figure out how to get
the results I need.
When the main/sub form is opened, I would like to be able to click on the
dropdown combo box on the subform and only see the records that correspond to
the ShowID and ShowName on the main/sub form and in Table B.
Table A (Shows)
ShowID ShowName
1234 Test
5678 Test1
Table B (Class Lists)
ShowID ShowName Class#
1234 Test 1
1234 Test 2
1234 Test 3
5678 Test1 1
5678 Test1 2
5678 Test1 3
Table C (Class Entries)
Class# ClassName
1 English 2 Gait
2 Western 2 Gait
3 English 3 gait
If I scroll through the shows, I want to click on the Class# field and only
see the class numbers from Table B in the combo box listed for that
particular show.
If the ShowId and ShowName for Test1 are in those fields in the main/sub
form, I want to see the class numbers available to pick just for that show.
(The combo box actually has 2 columns so that the class# and class name are
visible ).
Thanks for any assistance.