Okay, I may be getting in over my head here, but I’m going to give it a try.
Let’s say that I create a table, and that one of the columns is set up as a Memo field. If the text that is stored in the field is a block of HTML code, is there a way that I can generate a report which displays the contents as it would be read by a browser?
Disclaimer: I don’t have 2007, still in 2003, so I’m just tossing out some possible avenues to pursue.
Does the report have to be in Access?
Because Word can produce HTML documents, and it will read Access data. So you might be able to do a merge file with the Memo fields.
I know A2003 has Data Access Pages, although I’ve never used them. My understanding is that they’re basically html reports. Does 2007 have something similar that you could use?
Somewhere amongst the huge list of activex objects you can add to your forms and reports, there should be one that renders HTML - I thought it was called IEcontrol or some such, but I can’t find it.
It should be like a textbox to use, but capable of rendering HTML