A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to manage images (jpg or png small photos)?



 
 
Thread Tools Display Modes
  #1  
Old December 11th, 2008, 01:05 PM posted to microsoft.public.access.tablesdbdesign
Nicola M
external usenet poster
 
Posts: 24
Default How to manage images (jpg or png small photos)?

Hi all.
Access 2003. I'm designing a DB for personnel management procedures. I need
to store a little photo of each individual. In your opinion is better to
store directly the image file as BLOB or only its path and manage the view of
the photo programatically?
Photos will don't change frquently.
Thank you in advance for advices, tricks and solutions.

Nicola M.
  #2  
Old December 11th, 2008, 02:05 PM posted to microsoft.public.access.tablesdbdesign
Fred
external usenet poster
 
Posts: 1,451
Default How to manage images (jpg or png small photos)?

Storing images using an OLE field causes huge bloat and has other problems,
at least for all Access versions up through 2003. I heard that 2007 might
have fixed the problem but can’t vouch for that.

The way to do this is to store the pictures in a separate folder, and then
store the location (path) and filen name in 1 or 2 text fields. Then use
code to display the image in forms and reports. I’m not good enough to write
the “how to” from memory, but there have been many posts in the Access forums
on how to do that.


  #3  
Old December 11th, 2008, 04:48 PM posted to microsoft.public.access.tablesdbdesign
Steve[_57_]
external usenet poster
 
Posts: 598
Default How to manage images (jpg or png small photos)?

Add an image control from the toolbox for displaying your pictures. Select
the image control, open properties, find the picture property and bind it to
the path to your picture in your table as Fred describes.

Steve


"Nicola M" wrote in message
...
Hi all.
Access 2003. I'm designing a DB for personnel management procedures. I
need
to store a little photo of each individual. In your opinion is better to
store directly the image file as BLOB or only its path and manage the view
of
the photo programatically?
Photos will don't change frquently.
Thank you in advance for advices, tricks and solutions.

Nicola M.



  #4  
Old January 30th, 2009, 02:56 AM posted to microsoft.public.access.tablesdbdesign
Deborah B
external usenet poster
 
Posts: 3
Default How to manage images (jpg or png small photos)?



"Steve" wrote:

Add an image control from the toolbox for displaying your pictures. Select
the image control, open properties, find the picture property and bind it to
the path to your picture in your table as Fred describes.

Steve


"Nicola M" wrote in message
...
Hi all.
Access 2003. I'm designing a DB for personnel management procedures. I
need
to store a little photo of each individual. In your opinion is better to
store directly the image file as BLOB or only its path and manage the view
of
the photo programatically?
Photos will don't change frquently.
Thank you in advance for advices, tricks and solutions.

Nicola M.



Steve: I need to have a thumbnail photo (a very small .jpg) displayed in each record for my art inventory. If I can't figure out how to do this, I can't use Access which would be a big disappointment . I need to be able to scroll through the Database and SEE what's in there. Do you know hoe to do this? I can find no reference to this, and can't figure out how to do it. It's so easy in Word Tables, and Excel! What's going on with this software??

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:22 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 OfficeFrustration.
The comments are property of their posters.