I am assigning an adodb.recordset to a combo-box.recordset via
Set COMBOBOX.Recordset = adodb_rec
This raises the resize-event of my form. How can I prevent this?
It's the same issue mentioned in this post: Shaking of my access form in maximized mode when I set list.recordset from sql server