RuralGuy
AWF VIP
- Local time
- Today, 12:53
- Joined
- Jul 2, 2005
- Messages
- 13,825
It is troubling that the other ListBox reference throws the error that it does. A ListBox has a RowSource that you can Requery so it should work. As a test, I would create a new ListBox from scratch that has the same RowSource as the 1st ListBox in the sequence and then try to Requery it in your button code. You could have some corruption in your class module that needs to be excized. Have you tried a /decompile yet?