G
Guest
Main form has a combo using an autonumber ID to find child records using
FindFirst in AfterUpdate of combo.
Main form, combo and subform have their recordsources assigned in the Load
event of the main form. Subform has 30 fields and this can't be changed.
All of the above work as expected.
The annoying behaviour is when user enters the combo to select a different
record, as soon as user clicks the combo the subform data requeries before
any other choice is made in the combo.
Is there any way to stop this behaiour of requering the subform before any
new choice is selected in the combo?
FindFirst in AfterUpdate of combo.
Main form, combo and subform have their recordsources assigned in the Load
event of the main form. Subform has 30 fields and this can't be changed.
All of the above work as expected.
The annoying behaviour is when user enters the combo to select a different
record, as soon as user clicks the combo the subform data requeries before
any other choice is made in the combo.
Is there any way to stop this behaiour of requering the subform before any
new choice is selected in the combo?