S
Song
I have following code to drop down
Private Sub cboFindName_Enter()
Me!cboFindName.BackColor = -2147483643
Me!cboFindName.Dropdown
End Sub
After find the name, I want focus to stay in cboFindName. However, it stays
in dropdown state. What code to make it NOT to drop down after I find the
record?
Private Sub cboFindName_Enter()
Me!cboFindName.BackColor = -2147483643
Me!cboFindName.Dropdown
End Sub
After find the name, I want focus to stay in cboFindName. However, it stays
in dropdown state. What code to make it NOT to drop down after I find the
record?