Hank.School
Registered User.
- Local time
- Today, 05:30
- Joined
- Oct 14, 2016
- Messages
- 39
Hi guys,
I have a subform that is filtered by a combobox on my main form. The subform filter is set and enabled in the AfterUpdate event of the ComboBox as described here:
https://access-programmers.co.uk/forums/showthread.php?t=172503
Works fine.
The problem is that after the filter is applied, I cannot edit data. When I go to the data I want to edit, the focus always goes back to the first record. I have read that the first record is selected each time a filter is applied but it should only applied by the Combobox AfterUpdate... I don't see why the focus would continue to change.
Anyone know how to stop it from changing so I can edit?
Thanks
Hank
I have a subform that is filtered by a combobox on my main form. The subform filter is set and enabled in the AfterUpdate event of the ComboBox as described here:
https://access-programmers.co.uk/forums/showthread.php?t=172503
Works fine.
The problem is that after the filter is applied, I cannot edit data. When I go to the data I want to edit, the focus always goes back to the first record. I have read that the first record is selected each time a filter is applied but it should only applied by the Combobox AfterUpdate... I don't see why the focus would continue to change.
Anyone know how to stop it from changing so I can edit?
Thanks
Hank