I am new in Access so don’t know lots of things yet. First off, I would like to know how to use images in Access. Particularly how to put images in the background of slides and how are these stored in the database. Please use some easy explanation method so I could understand.
There are several ways to store the images in Access. You can embed images directly in OLE object (this is maybe the best method – image stays permanently in database, but this also increases db size). Also you can store images on HDD and link to them from your db. Or you can use the VBA code. Here’s a brief tutorial. http://office.microsoft.com/en-us/access/HA011472041033.aspx