Another problem: using fpw2.5, have a data entry screen set up to capture user data. After the user finishes entering all of the data required, a memo field appears in a defined window which has been "built" in part by the data entered in the previous screen & relationed tables. At this point, the user also does have to input extra record specific info directly into this memo field. <br>My problem is that I need to incorporate some type of spellcheck for the users (whether it's automatically after closing the memo field's window, or a defined key like F10 to start the spellcheck). They will have to be able to see the errors, suggested corrections & make the decision whether the word is actually incorrect or not. <br>I've thought about this and came up with creating a dictionary.dbf myself (which can be added to by the user) & somehow take each word from the memo field (maybe look for spaces to prompt a new word??) & compare them to the dictionary.dbf<br>This is so tedious just in my mind that I'm balking at doing this! I used fpw2.5 help & it said something about a "built-in" spellchk.app - well, for some reason, it doesn't work. And all documentation are long gone missing before my employment at this company. <br>maybe there's a simpler way to do this if all of the memo fields are scanned at once instead of on a record level? I'm grasping at straws, I know...Again, thank you for any response.