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 » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

storing images



 
 
Thread Tools Display Modes
  #1  
Old August 16th, 2004, 05:24 PM
Chris
external usenet poster
 
Posts: n/a
Default storing images

How do you store images in an access database. e.g JPeg of a person


  #2  
Old August 16th, 2004, 05:49 PM
Sandra Daigle
external usenet poster
 
Posts: n/a
Default

You don't! You should avoid storing the image in the mdb file - this leads
to bloating. A better way is to store the path of the image and then use
code to display the image on the form. Check here for a more detailed
explanation of the problem and links to sample solutions:

http://www.granite.ab.ca/access/imagehandling.htm


--
Sandra Daigle [Microsoft Access MVP]
Please post all replies to the newsgroup.


Chris wrote:
How do you store images in an access database. e.g JPeg of a person



  #3  
Old August 18th, 2004, 03:43 PM
Jackie L
external usenet poster
 
Posts: n/a
Default

In your table, choose OLE Object as the record type. Then in your data,
right click on the field and choose Insert Object. Select choose from file
and be sure to check the box to link (instead of embedding the file). I do
not know your purpose of doing this but please note that your database can
grow exponentially when inserting object.

Hope this helps.



"Chris" wrote:

How do you store images in an access database. e.g JPeg of a person



 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Images in Forms and Reports MortOnSafari Using Forms 2 August 2nd, 2004 07:48 PM
Pasting images frustration pjp New Users 2 June 18th, 2004 11:27 PM
Images don't print when printing from PDF TomAL Publisher 1 May 5th, 2004 09:22 AM
Insert images in excel sheet using VB Riya Worksheet Functions 0 October 29th, 2003 05:19 AM
Re :Importing Multiple Images Suvodip Moitra Powerpoint 0 December 31st, 1998 07:17 PM


All times are GMT +1. The time now is 11:46 AM.


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