Rocky Smolin at Beach Access Software
rockysmolin at bchacc.com
Tue Mar 6 14:12:30 CST 2007
Dear List:
When the following code is run:
Private Sub cboManufacturers_LostFocus()
Me.cboManufacturers.Visible = False
End Sub
I get an error that says "You can't hide a control that has the focus."
Doesn't seem to make sense. What am I missing here?
TIA,
Rocky