J
Joel Allen
Hello,
Outlook 2003 - Custom Task form.
In the Sub Item_CustomPropertyChange(ByVal Name), I use "Case" to update
certain fields and it works great.
Instead of a custom field change, how can I update something if I go to a
certain Tab in my form? I basically want to do this:
Sub Item_CustomPropertyChange(ByVal Name)
Select Case Name
Case "Clicking on the Accounting Tab"
Call Refresh
End Select
End Sub
Thanks,
Joel
Outlook 2003 - Custom Task form.
In the Sub Item_CustomPropertyChange(ByVal Name), I use "Case" to update
certain fields and it works great.
Instead of a custom field change, how can I update something if I go to a
certain Tab in my form? I basically want to do this:
Sub Item_CustomPropertyChange(ByVal Name)
Select Case Name
Case "Clicking on the Accounting Tab"
Call Refresh
End Select
End Sub
Thanks,
Joel