P
Peter
Hi again...i use the following code to populate certain text/combo boxes with
certain values...i also want other "controlls" to become visible from the
same code..is that possible?
Private Sub Type_AfterUpdate()
If Me.Type.Value = "NT" Then _
Me.Category.Value = "NTCASE"
Me.Alert.Value = "NTCASE"
Me.Project.Value = "NTCASE"
End Sub
Thanks!
certain values...i also want other "controlls" to become visible from the
same code..is that possible?
Private Sub Type_AfterUpdate()
If Me.Type.Value = "NT" Then _
Me.Category.Value = "NTCASE"
Me.Alert.Value = "NTCASE"
Me.Project.Value = "NTCASE"
End Sub
Thanks!