We have a web page that contains a list of projects. Users click a project, which opens a popup window containing a form. Data regarding the selected project is displayed on the form. This is all done via an ASP page.
The data is pulled from two tables on an Access database. Problem is that when data is pulled that contains, for instance, a single quote, (this most often occurs in a memo field labeled "Comments") no data is displayed, nor are any additional "Comments" that don't contain any single quotes.
How can we get these data items that contain non-alphanumeric characters into the page?
The data is pulled from two tables on an Access database. Problem is that when data is pulled that contains, for instance, a single quote, (this most often occurs in a memo field labeled "Comments") no data is displayed, nor are any additional "Comments" that don't contain any single quotes.
How can we get these data items that contain non-alphanumeric characters into the page?