G
Gaetan
I need to run the following code when a specific tab is selected in a tab
control.
Anyone would know what would be the event procedure I should use?
If Me.cboGenderID.Value = 1 Then
Me.imgGenderShape.Picture = "C:\Man.bmp"
ElseIf Me.cboGenderID.Value = 2 Then
Me.imgGenderShape.Picture = "C:\Female.bmp"
Else
Me.imgGenderShape.Picture = ""
End If
Thanks.
control.
Anyone would know what would be the event procedure I should use?
If Me.cboGenderID.Value = 1 Then
Me.imgGenderShape.Picture = "C:\Man.bmp"
ElseIf Me.cboGenderID.Value = 2 Then
Me.imgGenderShape.Picture = "C:\Female.bmp"
Else
Me.imgGenderShape.Picture = ""
End If
Thanks.