James,

>Aways the simple things changed
>
>Response.Write trim(objRS.Fields ("LOC")) & chr(13)
>
>to
>
>Response.Write objRS.Fields("LOC") & vbcrlf
>
>And it worked fine :-)

I was just getting ready to respond. The Autocomplete code is searching for
\n (chr(13) chr(10)) as the row delimiter--which is why chr(13) (\r) wasn't
working.

-Dan

Reply via email to