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  

Accesss 2003 - photos used in a database



 
 
Thread Tools Display Modes
  #1  
Old March 1st, 2006, 02:52 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Accesss 2003 - photos used in a database

The best way is to leave the pictures on the hard drive an only store the
path to them in a table. Then you can load the picture at run-time into a
form or report. On my website (www.rogersaccesslibrary.com), is a small
Access database sample called "Pictures.mdb" which illustrates how to do
this.

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/...UBED1=ACCESS-L


"FrankSpokane" wrote in message
...
I am designing an mdb for a real estate firm and they want to be able to

put
pictures of their property in the individual database record along with

the
listing information.

How do I best do this, and how do I get the pictures from their camera

into
access?

Then, can Access be the source file to then create other realated

documents
in Publisher and Powerpoint and Excel and Word ?

High Hopes




  #2  
Old March 1st, 2006, 04:05 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Accesss 2003 - photos used in a database

Thanks Roger. I'll do that right away.

Is there no way to have the actual pictures display in real time in the
Access record?

I created an OLE Object field, and was able to insert a picture in that, but
when you view the access record this field shows up as a white box with just
the filename of the graphic displaying (property1.jpg) and you have to double
click on this field - and then windows picture manager than displays the
actual picture.

What are the pros/cons of doing it this way compared to your way?

Thanks


"Roger Carlson" wrote:

The best way is to leave the pictures on the hard drive an only store the
path to them in a table. Then you can load the picture at run-time into a
form or report. On my website (www.rogersaccesslibrary.com), is a small
Access database sample called "Pictures.mdb" which illustrates how to do
this.

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/...UBED1=ACCESS-L


"FrankSpokane" wrote in message
...
I am designing an mdb for a real estate firm and they want to be able to

put
pictures of their property in the individual database record along with

the
listing information.

How do I best do this, and how do I get the pictures from their camera

into
access?

Then, can Access be the source file to then create other realated

documents
in Publisher and Powerpoint and Excel and Word ?

High Hopes





  #3  
Old March 1st, 2006, 04:15 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Accesss 2003 - photos used in a database

The only real positive thing I can think of for storing the OLE object in
the database itself is that they are all stored in the same physical file
(mdb). On the minus side: 1) OLE objects, like Memo fields, are less stable
and are suseptible to corruption, 2) they cause your database to grow very
large very quickly, and 3) as a result, cause your database to become very
slow.

I can't think of a single post on any newsgroup or forum I've been on that
recommended storing pictures in the database itself.

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/...UBED1=ACCESS-L



"FrankSpokane" wrote in message
...
Thanks Roger. I'll do that right away.

Is there no way to have the actual pictures display in real time in the
Access record?

I created an OLE Object field, and was able to insert a picture in that,

but
when you view the access record this field shows up as a white box with

just
the filename of the graphic displaying (property1.jpg) and you have to

double
click on this field - and then windows picture manager than displays the
actual picture.

What are the pros/cons of doing it this way compared to your way?

Thanks


"Roger Carlson" wrote:

The best way is to leave the pictures on the hard drive an only store

the
path to them in a table. Then you can load the picture at run-time into

a
form or report. On my website (www.rogersaccesslibrary.com), is a small
Access database sample called "Pictures.mdb" which illustrates how to do
this.

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/...UBED1=ACCESS-L


"FrankSpokane" wrote in message
...
I am designing an mdb for a real estate firm and they want to be able

to
put
pictures of their property in the individual database record along

with
the
listing information.

How do I best do this, and how do I get the pictures from their camera

into
access?

Then, can Access be the source file to then create other realated

documents
in Publisher and Powerpoint and Excel and Word ?

High Hopes







 




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
Access 2003 Database Wizard error. jp General Discussion 0 January 14th, 2005 08:57 PM
Exclusive access to the database Steve Huff General Discussion 17 December 24th, 2004 06:23 PM
cannot change password Richard General Discussion 13 November 14th, 2004 10:00 PM
What is MDE Charlie General Discussion 4 August 24th, 2004 04:15 PM
Continual Error 1321 Trying to Install Office 2003 Chad Harris General Discussions 9 June 11th, 2004 08:19 AM


All times are GMT +1. The time now is 04:52 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.