Why is Combobox Appearing When I Have Code?

B

Blas

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

Blas

I must love answering my own questions...sorry about this...forgot to initially set the field to Visible = True...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top