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!
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!