Validation Message Won't Pop Up

M

Mari

On custom Task form,

Outlook 2000

I have tried:
Check: "Validate This form before closing"
Formula: [Subject]=Space( 255 )
Message: Subject must be less than 265 characters

This just truncates the field as soon as you leave it


Also tried:
Formula: len([subject]) < 256

This seems to leave the field with more than 256
characters

Please help!
 
Top