Display Picture on Form

  • Thread starter Thread starter Peter K
  • Start date Start date
P

Peter K

Currently I have a form with a hyperlink to a persons
picture. I would like to have the picture displayed
directly on the form. The problem is that on the icon to
the picture is displayed in the bound object frame. I
have tried code below but it gives me errors. Any ideas?

Me.NameOfImageObject.Picture = [txtFileName]
 
hi,

use IMAGE control instead of Bound Object Frame.

HTH

----- Peter K wrote: -----

Currently I have a form with a hyperlink to a persons
picture. I would like to have the picture displayed
directly on the form. The problem is that on the icon to
the picture is displayed in the bound object frame. I
have tried code below but it gives me errors. Any ideas?

Me.NameOfImageObject.Picture = [txtFileName]
 
Back
Top