Linked photo

D

Doug

I have added a photo to my DB according to MS instructions: Adding a control
containing the file path to the photo files and an Image Object field.

On the property sheet I have an event procedure for ONCURRENT as follows"

Private Sub Form_Current()

On Error Resume Next

Me![Image250].Picture = Me![Photo]



End Sub

It works fine until I exit the db. When I re-open the DB, the photo does not
change each file. It is fixed if I re-specify the path to the photo files
in the Image Object properties (Format tab, Picture ).

I did note that when I return to the DB and look at the properties for the
Image Object, the image changed from LINJED to EMBEDDED.

Any ideas?
Doug
 
Top