Re: insert photo into olebound object
From: Roger Carlson (NO-Rog3erc-SPAM_at_hotmail.com)
Date: 04/08/04
- Next message: James: "Compile error - help appreciated"
- Previous message: Wayne: "insert photo into olebound object"
- In reply to: Wayne: "insert photo into olebound object"
- Next in thread: Wayne: "Re: insert photo into olebound object"
- Reply: Wayne: "Re: insert photo into olebound object"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 8 Apr 2004 11:06:38 -0400
The usual way to handle this is to leave the pictures in a directory in the
file system and simply store the path to the file in each record. Then you
can load the picture into a form or report programmatically at run-time.
On my website (see sig below) is a small sample database called
"Pictures.mdb" which illustrates how this is done.
-- --Roger Carlson www.rogersaccesslibrary.com Reply to: Roger dot Carlson at Spectrum-Health dot Org "Wayne" <anonymous@discussions.microsoft.com> wrote in message news:C880D3AD-AB92-4539-B249-3B8027550BEB@microsoft.com... > Ok I hope I can explain this correctly. > I have a form that has four fields that are hyperlinks to a photos. > I would like to create a report that will display these photos. > I can get the location of the Hyperlink by the following command > > Dim tmo As String > tmo = photo.Hyperlink.Address > > Is there a way that I can take the address of the file and insert the photo into an olebound object. > That way I can insert the object into a temp dB and have the form pull from teh temp Db. > I need to do this, because I do not want to store photos in my Db due to the size issue. > > Any help would be greatful > > Thanks > Wayne >
- Next message: James: "Compile error - help appreciated"
- Previous message: Wayne: "insert photo into olebound object"
- In reply to: Wayne: "insert photo into olebound object"
- Next in thread: Wayne: "Re: insert photo into olebound object"
- Reply: Wayne: "Re: insert photo into olebound object"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|