I have a Search ComboBox on my Form (source code is qrySearch).
When i change data on my Form, how do i get that Query/Search ComboBox to update with the latest data withourt closing the form. Eg. I need the data to be refreshed?
Do you know which Event this code should be inserted coz it doesn;t seem to work unless I click the Search ComboBox twice?
Thanks.
When i change data on my Form, how do i get that Query/Search ComboBox to update with the latest data withourt closing the form. Eg. I need the data to be refreshed?
Do you know which Event this code should be inserted coz it doesn;t seem to work unless I click the Search ComboBox twice?
Code:
Private Sub cboSearchOnIncomeForm_Click()
cboSearchOnIncomeForm.Requery
End Sub