i simply want to auto populate a form on a public page if the person filling it out enters an address that already matches a record in a table. i have a jscript query that searches for an address once the address auto complete finishes however…. if the search terms are not properly defined i get the entire table of records returned to me in the results with every field visible.
BUT if i send PROPER search terms, i get the single record returned to me with only 2 fields visible. tell me what that is all about.