June7
AWF VIP
- Local time
- Today, 03:04
- Joined
- Mar 9, 2014
- Messages
- 6,115
I am doing what I described above. Click on listbox scrollbar to make it active control then press up/down cursor keys to move through list.
If by "down arrow", you mean listbox scrollbar, then that is what I click on.
I have now viewed Pat's db. As I cursor through listbox (did not click into, just on scrollbar), I see the other form has new records whereas in my db, code to filter does not happen. I set breakpoint in listbox AfterUpdate event and it is triggered with each cursor movement.
So now the mystery for me is why my code does not affect form recordset and Pat's does with cursor movement.
If by "down arrow", you mean listbox scrollbar, then that is what I click on.
I have now viewed Pat's db. As I cursor through listbox (did not click into, just on scrollbar), I see the other form has new records whereas in my db, code to filter does not happen. I set breakpoint in listbox AfterUpdate event and it is triggered with each cursor movement.
So now the mystery for me is why my code does not affect form recordset and Pat's does with cursor movement.
Last edited: