The following statement finds the first row where the City field matches the value typed into a Entryfield component in a form. Note the use of single quotation marks to delimit the value of the Entryfield component.

form.rowset.applyLocate( "CITY = '" + form.cityText.value + "'" )