I want to know how can I read a OLE field with a photo using DAO instead of using the Datacontrol with something like this...

Picture1.picture = recbase.fields("photo")
ole1.picture = recbase.fields("photo")

------------------
The Elf