S Steve P Mar 22, 2010 #1 I'm querying a MS Share Point list and need to strip HTML from the query results. Is there a way?
A Allen Browne Mar 23, 2010 #2 Try wrapping PlainText() around the field name in the Field row of query design, e.g.: PlainText([Surname])
Try wrapping PlainText() around the field name in the Field row of query design, e.g.: PlainText([Surname])