I have a form that lets a user update some fields in my database. My problem is I need to limit their entry in one of the fields to NO more than 100 words. How would I go about checking for this? Is there some function to find the 100th space in a string or something of the sort? Any ideas are greatly appreciated. I realize that this might be more of a javascript question as well but you asp guys seem to be on point with that as well. TIA - Rory