Re: a "Selected" Graphic in a Report Header



Rick,
First, thanks for the response,
I think you misunderstand me, or I didn't clearly relate.
I want the user to be able to change the graphic (bmp) being
displayed in the report header by selecting the file name of that
graphic from a drop down box (on a form) (based on a table of the file
names of the graphics loaded on the drive).

Tom



Rick Brandt wrote:
<tomrector@xxxxxxxxxxxxxx> wrote in message
news:1168698511.202784.301290@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thanks again for all the help this group has provided ! Simply
amazing.

I have a database that I use to create a "class listing" each month,
works pretty good, I am trying to enhance it. On the form I use to
select the Classes that will show on the report I want to add a drop
down selection that will allow me to select a graphic to be displayed
in the report header.

I will use a table query in the dropdown to select a txtfilename for
the graphic file to be linked. I will build the table with flie names
as text.

My problem is I don't know where to start mostly,

I presume the easiest way is a link to a graphic file(txtfilename)
that can be displayed in the header.
What type of control do I need in the header and specifically how
do I tell the control to link.
The resulting report will be a print to PDF file from the current
machine.

Or is there a better way ?

Use an image control and set the Picture property of the control in the Open
Event of your report to the desired image file.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com

.



Relevant Pages

  • Re: how to control size of a bound object
    ... The Snapshot file is a form of compressed Structured Storage. ... It is impractical to try to resize Ole objects "on the ... fly" in a report. ... here) that you edit all your graphics with a graphics editing program (the ...
    (microsoft.public.access.reports)
  • Re: how to control size of a bound object
    ... first of all I agree with your suggestion to set one size for the OP's graphics. ... Embedded OLE objects that are Images are relatively straighforward to autosize. ... one for each page of the report. ... I'll think I'll expose a simple function to convert Snapshot files to EMF's ...
    (microsoft.public.access.reports)
  • Setting to show/hide pictures
    ... report in editable RTF format. ... On others there are no visible graphics, and I'm struggling to see why that ... It must be a Word setting, ... Can someone please shed some light into my dark dark world? ...
    (microsoft.public.word.drawing.graphics)
  • Exporting report to Word
    ... I am trying to export a report to Word but the graphics drop off the end ... Lebans Report Utilities but I'm afraid I couldn't understand how to use it. ... Ideally, having entered the data in an Access form and subform, I would like ... and, no, we don't have any pre-printed letterhead) - please can someone help ...
    (microsoft.public.access.reports)
  • Re: Graphics on report
    ... Don't store the image in your report. ... On your report add an Image control and insert any signature file. ... I know that storing graphics increases the file ... > There are two reasons why I would consider storing the graphic in a table. ...
    (microsoft.public.access.reports)

Loading