Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ChrisWest99

    Multiple .SNP reports using table data

    Thanks. I'll rework the code and see how it goes. Chris
  2. ChrisWest99

    Multiple .SNP reports using table data

    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...
  3. ChrisWest99

    Exporting report as RTF - change format?

    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...
  4. ChrisWest99

    select from multiple image control at runtime?

    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...
  5. ChrisWest99

    Image control - resize box dynamically?

    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 =...
  6. ChrisWest99

    How do I show a linked picture in a report?

    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
  7. ChrisWest99

    Image control - resize box dynamically?

    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
  8. ChrisWest99

    Image control - resize box dynamically?

    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...

Part and Inventory Search

Back
Top