Michael.Koppelgaard
New member
- Local time
- Today, 02:12
- Joined
- Apr 19, 2022
- Messages
- 17
Hi everybody
I'm trying to change the selected index/item of an Access combobox using VBA.
I tried this
Me.Combo14.ListIndex(1) = True
but listindex is a read-only property.
What can I do?
Michael
I'm trying to change the selected index/item of an Access combobox using VBA.
I tried this
Me.Combo14.ListIndex(1) = True
but listindex is a read-only property.
What can I do?
Michael