Showing file locations on a form and displaying the file on a form

G

Guest

I have a simple database in which I have created a form based on a table. My
only problem is that on each page of my form and in my table I need to show a
file location of an image on a server. Besides showing the file location of
the image I also need to show a thumbnail or just a smaller of the image. My
goal is to have each page of the form show its own image and the file
location of that image.

I appreciate any help on the matter
Thanks
SJ
 
A

Arvin Meyer

I suggest using a program like Irfanview:

http://www.irfanview.com

to build a set of separate thumbnails or smaller images. You can embed them
using an activeX control like DBPix to minimize the file bloat:

http://www.ammara.com/

or just put the path to the an image control on an Access form or report. I
have a sample demo database which you can use or import into your
application to build the paths/tables, etc. with all the code to do so at:

http://www.datastrat.com/Download/Picture2K.zip

DBPix is not free, but there is a demo. The other 2 are freeware.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access Downloads
http://www.datastrat.com
http://www.mvps.org/access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top