gojets1721
Registered User.
- Local time
- Today, 06:20
- Joined
- Jun 11, 2019
- Messages
- 430
I have a combo box (CB2) in my form whose items are dependent on another combo box (CB1).
In order to make sure CB2 is always showing the correct items, I have code in the on current event of the form which requeries CB2 as the user changes records.
However, this on current code seems to be causing my form to 'flicker' when changing records (a common issue when looking this problem up online; when I get rid of this code, the flicker goes away too).
Any suggestions on how to have the CB2 update without having to use the on current event (if that's even possible)?
Thanks!
In order to make sure CB2 is always showing the correct items, I have code in the on current event of the form which requeries CB2 as the user changes records.
However, this on current code seems to be causing my form to 'flicker' when changing records (a common issue when looking this problem up online; when I get rid of this code, the flicker goes away too).
Any suggestions on how to have the CB2 update without having to use the on current event (if that's even possible)?
Thanks!