N
news.microsoft.com
Hi all,
I try to use a comboBox to set different fields, each time a user select a
value in the combo it's set up others fields
I do it with Item_CustomPropertyChange(ByVal Name) and it works fine
But When I use this it doesn't work at all
Sub Item_PropertyChange(ByVal Name)
Select Case Name
Case "Companies"
If Item.Userproperties("Companies")="McAfee" then
' The instruction here are not executed
End if
End Select
End Sub
I even try with the name of the combobox wich is "Partenaires" an still
not working
Can some on help me
Tks
I try to use a comboBox to set different fields, each time a user select a
value in the combo it's set up others fields
I do it with Item_CustomPropertyChange(ByVal Name) and it works fine
But When I use this it doesn't work at all
Sub Item_PropertyChange(ByVal Name)
Select Case Name
Case "Companies"
If Item.Userproperties("Companies")="McAfee" then
' The instruction here are not executed
End if
End Select
End Sub
I even try with the name of the combobox wich is "Partenaires" an still
not working
Can some on help me
Tks