Only if the pictures are stored in their original long binary format in the OLE (long binary) field.
Then you would use the ADO Stream object or the GetChunk method.
If they are stored as a converted (embedded) OLE object, (via the OLE container control or in the MS ACCESS application), and not in the original binary format, then you can only use an OLE Container control to display the pictures.
You can then invoke the application associated with the file type and from there save the picture to a file.
You can save this converted OLE Object also to a file, but it can only be read as such.
There may be another method to save it in the original format. I don't know. Most users save the pictures as long binary in their original format, so you might not find alot help with this.