Why is Combobox Appearing When I Have Code?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Problem: Combo Box is visible

Code:
Private Sub Form_Open(Cancel As Integer)
(Also Tried: Private Sub Form_Load())

If Len(Me.CmbLists & vbNullString) <> 0 Then
Me.CmbLists.Visible = True
End If

Answer: Appreciated!! Thank You!
 
I must love answering my own questions...sorry about this...forgot to initially set the field to Visible = True...
 
Back
Top