I
Irvin Amoraal
I have an ASP page which uses the funtion "escape()" on a field before I
write the data to the database. I use the unescape function before I display
the data on the web page. The part works fine. Now I put an Access Front End
on the desktop, connect it to the db via an ODBC connection. I have a texbox
control which contains the value that is "escaped". It get the escaped
string. In the control source for that textbox I write
"=unescape([fieldname])". Now I get #Name? in the texbox. I assume that the
problem is with the unescape funtion, but am not sure how to proceede from
here.
Any ideas?
Thanks.
Irvin.
write the data to the database. I use the unescape function before I display
the data on the web page. The part works fine. Now I put an Access Front End
on the desktop, connect it to the db via an ODBC connection. I have a texbox
control which contains the value that is "escaped". It get the escaped
string. In the control source for that textbox I write
"=unescape([fieldname])". Now I get #Name? in the texbox. I assume that the
problem is with the unescape funtion, but am not sure how to proceede from
here.
Any ideas?
Thanks.
Irvin.