Strange Image behavior

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    Strange Image behavior

    I did some experimenting with images and found the following.

    I read a jpg file into an ImageFrame on a report with this code
    Me![ImageFrame].Picture = "D:\MyPhoto\IMG _6733.jpg"
    Result: Picture shows up, but a bit blury

    I open the same jpg file in MS Picture Manager and copy and paste it into MS
    Word. I then copy and paste the picture from MS Word straight into the
    Access report.
    Result: Picture shows up with a significant better quality (less blury)

    I'd rather use option 1 since that will prevent the mdb from getting too
    large, since I need the same image on every report.

    Does someone perhaps know what's going on here?
    Thanks,
    John


  • Arno R

    #2
    Re: Strange Image behavior


    "John" <john@smith.com schreef in bericht news:fqca3u$dq6 $1@textnews.wan adoo.nl...
    >I did some experimenting with images and found the following.

    I read a jpg file into an ImageFrame on a report with this code
    Me![ImageFrame].Picture = "D:\MyPhoto\IMG _6733.jpg"
    Result: Picture shows up, but a bit blury

    I open the same jpg file in MS Picture Manager and copy and paste it into MS
    Word. I then copy and paste the picture from MS Word straight into the
    Access report.
    Result: Picture shows up with a significant better quality (less blury)

    I'd rather use option 1 since that will prevent the mdb from getting too
    large, since I need the same image on every report.

    Does someone perhaps know what's going on here?
    Thanks,
    John
    Check the property SizeMode of the Imageframe

    Arno R

    Comment

    Working...