Private Sub Current_status_AfterUpdate() If Current_status.RowSource = "Poor" Then Poor_why.Visible = True End If End Sub Private Sub Form_Load() Poor_why.Visible = False End Sub
This is my simple code, what i wish to do is in the combobox "current_status" when they select the rowsource value of "Poor" i want the currently invisible combobox "Poor_why" to become visible
This i know is very simple, and i appreciate being pointed in the right direction. Maybe my logic is incorrect.
Thanks
Noc

New Topic/Question
This topic is locked




MultiQuote


|