Although is is *possible* store images in OLE object in Access it is
generally discouraged. It bloats the database very quickly and I suspect
would make the database more prone to corruption much like Memo fields.
The usual solution is to leave the pictures in a directory on your hard
drive, store the path and filename in a record in the database, and just
*display* the images in an Image control on a form or report.
On my website (see sig below) is a small sample database called
"Pictures.mdb" which illustrates this process.