I would like to have a field on a page called comments. I would like for the user to be able to type in a comment free form but yet have that text recognized in a lookup table. This works today - almost! The ajax search of the comments table for comments that match what the user is typing works great. But if the user selects an existing comment that is close to what they want, and then they change the value to what they really want and save the record, you find that you only get the value from the selection or nothing. So basically, I want to lookup existing comments and either use them directly or as the basis of a template for the real comment. I do not want to save every comment someone enters into the comments lookup table. The lookup is intended as assist... Any easy ideas on how to get to this functionality... The way that firefox remembers values I entered into a text field sort of inspires this. The "Use Ajax for searches" seems to act the way I want also.