Check box code.

R

Rpettis31

I have several check boxes on a form that upon selection I would a combo box
to change its value.

Private Sub chkSort_KeyPress(KeyAscii As Integer)

If Me.chkSort = True Then _
Me.cboDMRStatus.Value = "In Process"

End Sub
 
R

Rpettis31

This check box is in a tabbed form where as the the combo box is not in the
tabbed area.
 

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