Hi,
I'm trying to do the following:
Append a table with the data needed for a report
Run a report based on the first row of data in the table
Print that report to a file
Go to the next row of data
Run the report, print the report, and so on until the end of table is reached
Then give user a...
Hello all,
I have an Access report built from subreports. Works great. Looks good in Snapshot format. When it is exported to RTF format, the conversion adds tabs to sections of text to accommodate the formatting in the report (loses the pictures & graphs too, of course).
Is there a way to...
Hello,
I'm producing reports from Access 2000. The reports have different images linked to them. There are 3 different sizes of images (7'x5', 5'x3' and 2'x1').
I want to place three image controls on the report and at runtime have the code select the correct image control to display the image...
Code I'm working with. Anyone see what I have missed?
Thanks,
Chris
=================
------------Begin Code ----------------------
Option Compare Database
---------------------------
Function setImagePath()
Dim strImagePath As String
On Error GoTo PictureNotAvailable
strImagePath =...
Hey Turbo,
You get it to display in a report. Check out the MS KB article #210100. Watch your sizing of the Image Control box on the form. Play with the Clip, Stretch and Zoom properties to get the right look.
Chris
Hi Randy,
The Shrink/Grow property works if the Image Control is on a Form. The option is not available for Image Controls on Reports. :-(
Thanks,
Chris
Hello,
I'm working with images on a report. I need the image to be shown normal size.
I've linked the control to a table that contains the UNC path to the image (MS KB#210100)
But the Clip, Stretch and Zoom options do not do what I need.
When the report executes OnFormat, it needs to find the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.