Then in a form, you add an Image Control, and set its picture property to
the path in the form's OnCurrent event. Something like:
Sub Form_Current()
Me.imgControl.Picture = Me.txtPath
End Sub
where imgControl is the name of your image control, and txtPath is the name
of the text box whose control source is the field holding the full qualified
path to the photo.
--
Arvin Meyer
"Jean-Paul De Winter" <jp.de...@pandora.be> wrote in message
news:YzE_5.109337$lR2.3...@afrodite.telenet-ops.be...