I have and access front end that links, via odbc, to a MySQL web database. In the 'products' table, some of the descriptions fields are stored as html in the table. For example, in the linked table, on the access side, the data type is 'memo' and a record might look like this:
<p><strong>KI Low Back Stack Chair</strong>, with loop arms without caps, Frame color: Light Gray, Fabric: Purple</p>
I am wondering - is there anyway I cam print a report where this formatting (HTML) will be retained?
I would like to be able to run a report of the data on the website that would show me (visually) if the formatting of data entry is consistent... in terms of fonts, bold, italics, etc.....across a range of records.
Thanks.