Steve R.
Retired
- Local time
- Today, 18:10
- Joined
- Jul 5, 2006
- Messages
- 5,746
My combox can shows 8 rows when entering data, which is fine. Now, that the combobox sucessfully updates when the limit-to-list event occurs, I would like the combox to only show the new value after the limit-to-list event occurs in the combobox and not to show all 8 rows.
I can partially achieve this by: Me.Combo1.ListRows = 1, which leaves one dangling line. Unfortunately Me.Combo1.ListRows = 0
does NOT work. The combobox is reset to 8 rows when the exit event occurs.
Any thoughts?
I can partially achieve this by: Me.Combo1.ListRows = 1, which leaves one dangling line. Unfortunately Me.Combo1.ListRows = 0
does NOT work. The combobox is reset to 8 rows when the exit event occurs.
Any thoughts?