Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

ReQuery

$
0
0
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?

Code:

Private Sub cboSearchOnIncomeForm_Click()
cboSearchOnIncomeForm.Requery
End Sub

Thanks.

Viewing all articles
Browse latest Browse all 13329

Trending Articles