I'm having an issue with Access 2010, something that had previously worked with Access 2003.

What I wish to do is place a control on a form that will display the contents of a closed .txt file (which is located on my hard drive).
Previously, I had used the WebBrowser object and the "Navigate2" built-in procedure and all worked fine. Access 2010 does not have the "Navigate2" procedure for the WebBrowser control, so I set the RecordSource property of the control to the file's path. I've set this up as best as I can expect - as the control does not throw an error - however the file content does not display on the form.

My question: Is there a way I can get this control to work? Or alternately, is there another form control I can use to display the contents of a closed .txt file.

Thanks very much in advance!