I'm using the ActiveX "Web Browser Control" on a form. I've used the "navigate" function to go to web pages <br>(ie: Me!Controlname.navigate "<A HREF=" TARGET="_new"> <br>But now I'm retrieving data from a mainframe CICS application that's returning a string. I'm currently formating the data into fields on a form. I know HTML very well and would rather format the data as a series of HTML tables in a large string field and then dump it into the browser control. Is there anything like a DocumentWrite function?