Visible Control Help

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I have made a Combo Box (ComboHelp) on my form that shows a Query (qryHelp)
from a table (tblStableSettings) field (Help Yes/No)
I have a Control (cmbHelp1ComName) that I am tring to make Visible/NoVisible
with this code below am I any where near it
Thanks for any help.....Bob

Private Sub Form_Open(Cancel As Integer)


If ComboHelp = True Then
cmbHelp1ComName.Visible = True
If ComboHelp = False Then
cmbHelp1ComName.Visible = False
End If
End If

End Sub
 
Hi Bob,

Is ComboHelp a bound control? If not, the values will be text


Warm Regards,
Crystal
*
(: have an awesome day :)
*
MVP Access
Remote Programming and Training
strive4peace2006 at yahoo.com
*
 

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

Similar Threads


Back
Top