in VBA (MS-ACCESS), when I try to lock a combobox, an error occurs: 'Error 2166: control cannot be locked whilst there are unsaved changes'.
How I can save the changes?
PD. The ComboBox has RowSource but it's value isn't linked (DataSource is empty)
'Inhabilito el combo
oComboBox.Locked = True
oComboBox.BackColor = VBGRAY