I have a combo box displaying a long list of possible values to select. The auto expand property is set to yes, so as you type, the selection matches, etc. My question, if the user continues to type and doesn't get a "match", winding up with a string not found in the list.... can that value be captured or accessed? I'd like to be able to pass that value as an OpenArgs to another form, presumably as a start to data entry of a new record. Any ideas?