How to Strip HTML tags from data

S

Steve P

I'm querying a MS Share Point list and need to strip HTML from the query
results.

Is there a way?
 
A

Allen Browne

Try wrapping PlainText() around the field name in the Field row of query
design, e.g.:
PlainText([Surname])
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top