I'll admit I'm new at this, but I'm not operating off any server...this is
my home computer. I'm not familiar with ActiveX Control, and the Access Bible
(book) I purchased doesn't address this issue. Any help would be more than
appreciated!!!
--
Thank you! -jmfrost
Here are some links that you might want to check out:
Images that are stored in OLE object fields do not appear correctly
http://support.microsoft.com/?id=832508
http://www.lebans.com/loadjpeggif.htm
http://www.lebans.com/image_faq.htm
Tom
http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
Loading images using OLE (Object Linking and Embedding) leads to excessive
database bloat in Access 2003 and all earlier versions. The Access
development team has indicated that this problem has finally been addressed
in the next release of Access, which is currently in beta. See the special
note that I recently added to this article:
http://www.access.qbuilt.com/html/subtotals
The reason for the bloat is that when you use OLE embedding technology,
which is what you are using by default when using the graphical user
interface, Access creates a bitmap for each image that it stores internally.
If you really want to store images within the .mdb file, then you either have
to live with the bloat, or you can look into purchasing an ActiveX control
from Ammara (http://www.ammara.com/). I'm told by an Access MVP that this
control does a good job. I don't know if there are any competitors who offer
similar products.
The best bet is to just store the images external to the database.
Tom
http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________