In order to display some kind of a a graphic image -- in my case a .gif file -- stored in a field of DataType 'OLE Object' within an Access database, I have learned that it is necessary to have 3 controls on your form:<br><br>1 - an OLE control;<br>2 - an ADO control;<br>3 - a Data control.<br><br>The OLE control can display the graphic image, but the database field cannot be bound directly to the ADO control. Instead, the OLE control must be bound to the Data control.<br><br>This is nicely illustrated in Irvine & Liang's book Advanced Visual Basic, 2nd Edition, Scott/Jones Publishers, 1999, ISBN 1-57678-030-8, pages 149-151.<br><br>The problem arises when I try to do this with an Access 2000 database instead of Access '97. When I attempt to<br>set the RecordSource property of the Data control, I get an "unrecognized database format" error message.<br><br>Help!!!!!!<br><br>/Frank (<A HREF="mailto:nfrank@home.com">nfrank@home.com</A>)<br><br><br>