Afternoon,
I have having problems getting my ComboBox to update while the form it is on is open.
My data changes while the form is open, so the ComboBox needs to be refreshed as such but I can't work out how. It seems the only way is to close and then reopen the form, but I don’t real
The ComboBox's raw source is a Simple Select query. I have tried using requery, but it doesn’t seem to do anything.
Sub ComboBox_GotFocus()
Me.ComboBox.Requery
End Sub
Any ideas?
Cheers, Michael