ByronFlateland
Programmer
I am storing an image in an external file and displaying it on a form using the Form_Current event procedure like so:
Image1.Picture = txtImageFile where txtImageFile contains the bound value of the file location stored in my table. This part works fine.
But when I print a report using the Image control and use the Detail_Format event to set the image picture (Image1.Picture = txtImageFile as has been suggested in several places in this forum) the image displays fine in Print Preview, but shows blank when I actually print it. Any suggestions on how to deal with this aspect of quirky old Access 2000?
Image1.Picture = txtImageFile where txtImageFile contains the bound value of the file location stored in my table. This part works fine.
But when I print a report using the Image control and use the Detail_Format event to set the image picture (Image1.Picture = txtImageFile as has been suggested in several places in this forum) the image displays fine in Print Preview, but shows blank when I actually print it. Any suggestions on how to deal with this aspect of quirky old Access 2000?