Recent content by JimC

  1. J

    Report Page Breaks with VBA

    I have a Report that uses the detail section as a Header and for details.Some of the Details sections only contain"Header" information, some of the Details Section contain "Header" information and Data. I have the "Keep Together" property set to Always, but I need to refine the page breaks I'm...
  2. J

    Importing linked image dialog box crashes access

    2007 seems to have improved Image Control over 2003. If yo are using "Linked" images, I would guess you have a corrupted image file or some code that corrupted in the converting process. I would export one of the reports,the supporting tables and queries to a new database and test the images and...
  3. J

    Importing linked image dialog box crashes access

    Are you converting to 2003 or from 2003 to 2007?
  4. J

    Images in Grouped Header

    I have built a report that pulls images into a grouped header. The images are stored in a separate file. I have the file path store in a field named ImageName.The images show up fine in the Groupedheader. The problem is this, on the First page of the report, the "Null" rows in the ImageName...
  5. J

    report | attachment access 2007 problem

    Do you need only photoa1 for each record, or do you need photoa1 for some and photob1 for others? If you need the photoa1 only, take photob1 out of the query the report is based on. If your report is based on the table, write a query without photob1, and base your report on that query. If you...
  6. J

    Images in Grouped Headers

    I'm building a report with a image in a Grouped Header. The report has more that one grouped header. When the image control source is null, I want the Image Object to not be visible and the Image Object to shrink to make some spacing work. I've done the same procedure in the detail section of...
Back
Top Bottom