Pictures in reports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm having problems getting the report to pick up the pictures in the table
or query to put with addresses for a pictorial directory. Can someone help
me out.....I've tried setting up SQL statements, but cannot get it to
work......works in a form but not a report...
 
Tawnya,

You could be a little clearer with your question. What is
not working, and how are you trying to get it to work.

A few notes on using pictures in reports. Store images in
the file system with a path / name stored in your table.
Use the "on print" or "on format" event of the section to
set the picture property of the image control with the
file path and name. If possible use bitmaps as you will
find the report will scale much better with this format.
Stephen Lebans site has more information on using images
in Access (www.lebans.com).

HTH

Terry
 

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

Back
Top