How do I remove <div> and <br> from the reports? This stems from.

S

sebastian

How do I remove <div> and <br> from my reports. The access database is
linked to SharePoint. I'm not sure what this is called <div>, does it have
to do with HTML or XHTML possibly? Please help me troubleshoot this. I
appreciate your time and effort.
 
J

John Vinson

How do I remove <div> and <br> from my reports. The access database is
linked to SharePoint. I'm not sure what this is called <div>, does it have
to do with HTML or XHTML possibly? Please help me troubleshoot this. I
appreciate your time and effort.

These are indeed html keys - <br> is a "new line" indicator.

Without knowing how the data is getting into your report I can't say
how to get rid of it. What's the Recordsource of the report - a Table?
a Query? Local data or linked data?

John W. Vinson[MVP]
 
Top