There are several ways to go about it. You can insert a picture into an
OLE Object field; however, that leads to serious database bloat (rapid
expansion in the size of the .mdb file) and is not recommended except in
special circumstances.
Better is to store the picture file itself in a designated folder on
your hard disk, store just the name -- or folder path and name -- of the
picture file in a text field in your database, and use the built-in
image control on a form to show the picture when you want.
A discussion of these methods, with code examples, is to be found on
Larry Linson's web site, at
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.