E
every1luvsVB via AccessMonster.com
Hello Access people!
I have an OLE control on my form that is used to store images in the database.
I have realised that after storing a few images, the size of the MDB file
grows quite substantially. Obviously to store images against hundreds of
records is unfeasible.
Is there a best practice solution to storing images in Access? Can you store
the images as seperate files in a separate Windows folder, then store a path
string and file name (entered via text boxes) of the location and filenames
of these images and somehow 'load' the image at runtime into an OLE control
property for each current record you are viewing at any given time? I would
assume that if this was possible the database would not increase that much in
size as the actual images are no longer being stored within this database?
Thanks for any advice!
I have an OLE control on my form that is used to store images in the database.
I have realised that after storing a few images, the size of the MDB file
grows quite substantially. Obviously to store images against hundreds of
records is unfeasible.
Is there a best practice solution to storing images in Access? Can you store
the images as seperate files in a separate Windows folder, then store a path
string and file name (entered via text boxes) of the location and filenames
of these images and somehow 'load' the image at runtime into an OLE control
property for each current record you are viewing at any given time? I would
assume that if this was possible the database would not increase that much in
size as the actual images are no longer being stored within this database?
Thanks for any advice!