I have a linked in SQL Server table with an image field that is shown as an oleobject field in MS Access. The field contains the contents of a text file. I would like to view the contents of this OLEObject field. Now as I remember Access 97, the dataview of a table would show images stored in an OLEObject field. However now I only see the words "OLE object". So I created a form to display each of the records. But this form shows nothing but a blank in the OLE object's Bound Object frame. So my question is how do I display the contents of that field in the form?