Display Picture on Form

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]
 
T

Trias

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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top