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

Inserting Picture in Table for Form



 
 
Thread Tools Display Modes
  #1  
Old December 31st, 2007, 07:31 PM posted to microsoft.public.access.forms
Frank Wagner
external usenet poster
 
Posts: 34
Default Inserting Picture in Table for Form

I am creating a form that will make use of various graphic images (Line
Drawings) that I hope to create using some program such as Daw. I have added
an OLE field to the table, and included it as the data for a control that
takes up about half the screen on a form. When I open the form all I get are
two litttle boxes in the upper right hand corner of the control, and when I
click on the control, it says the text is too large to be edited.

This is the first time I have done anything like this. I am using Access
2000, and am fairly familiar with VBA if any coding is needed. Do I have to
reduce the image size? If so how do I do that with Daw? Is there something
other than Daw that I should be using?

Any help would be appreciated.

Frank Wagner
--
Frank Wagner

  #2  
Old December 31st, 2007, 07:45 PM posted to microsoft.public.access.forms
Arvin Meyer [MVP]
external usenet poster
 
Posts: 4,231
Default Inserting Picture in Table for Form

In order to display a bound OLE object you need a registered OLE server that
is associated with the filetype. I should also mention that storing images
in a database causes bloat at least to the file-size of the image, but can
be much larger. I suggest, storing a path to that image on your hard drive
in your table, and using an Image control in you form to display it. A
sample database that does just that and also allows you to collect and store
the paths is available at:

http://www.datastrat.com/Download/Picture2K.zip
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"Frank Wagner" wrote in message
...
I am creating a form that will make use of various graphic images (Line
Drawings) that I hope to create using some program such as Daw. I have
added
an OLE field to the table, and included it as the data for a control that
takes up about half the screen on a form. When I open the form all I get
are
two litttle boxes in the upper right hand corner of the control, and when
I
click on the control, it says the text is too large to be edited.

This is the first time I have done anything like this. I am using Access
2000, and am fairly familiar with VBA if any coding is needed. Do I have
to
reduce the image size? If so how do I do that with Daw? Is there
something
other than Daw that I should be using?

Any help would be appreciated.

Frank Wagner
--
Frank Wagner



 




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 10:15 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.