J
Jordan H via OfficeKB.com
I have a custom form for a task. Outlook 2002 is not validting the field
before I send the item only when opening the Item. I have tried
[group] <> ""
this validates on opening
I have also tried
Function Item_Send()
If [group] <> "" Then
Item_Send = false
End If
End Function
in the script. Is there a method to modify the validate rule in the field to
not send if the validate rule is not correct.
before I send the item only when opening the Item. I have tried
[group] <> ""
this validates on opening
I have also tried
Function Item_Send()
If [group] <> "" Then
Item_Send = false
End If
End Function
in the script. Is there a method to modify the validate rule in the field to
not send if the validate rule is not correct.