Hi,
I have three combo boxes
cmbFlute (3 values : B,C,CB)
cmbType (7 values : ( G,K,L,M,O,T,W)
cmbPapers ( numerous values)
cmbType is requeried from cmbFlute
cmbPapers is requeried from cmbType
when I select a value from cmbFlute the data is filtered in cmbType.
When I the select a value from cmbType the data is filtered in cmbPapers.
Then when I update cmbPapers a subform(frmFTPResults)is refreshed.
"OK" that is working fine however when I want to do the same again after selecting a value from cmbFlute although cmbType is refreshed the last selection made is still showing in the combobox until i actually click the dropdown arrow. is it possible to make the requery re-populate the combobox before clicking.
i.e. if the last selected value was "O" when the requery is done I would like to see the first value in the display area which in this case would be "G"
Regards
Paul
I have three combo boxes
cmbFlute (3 values : B,C,CB)
cmbType (7 values : ( G,K,L,M,O,T,W)
cmbPapers ( numerous values)
cmbType is requeried from cmbFlute
cmbPapers is requeried from cmbType
when I select a value from cmbFlute the data is filtered in cmbType.
When I the select a value from cmbType the data is filtered in cmbPapers.
Then when I update cmbPapers a subform(frmFTPResults)is refreshed.
"OK" that is working fine however when I want to do the same again after selecting a value from cmbFlute although cmbType is refreshed the last selection made is still showing in the combobox until i actually click the dropdown arrow. is it possible to make the requery re-populate the combobox before clicking.
i.e. if the last selected value was "O" when the requery is done I would like to see the first value in the display area which in this case would be "G"
Regards
Paul