J
Jason
Access 97. I'm using the following code to embed photo but it is not being
saved:
With Forms(stDocName)
AssetPhotoPath = Nz(AssetPhotoPath, "")
!AssetPhotoPath = AssetPhotoPath
!AssetPhoto.OLETypeAllowed = acOLELinked
!AssetPhoto.SourceDoc = AssetPhotoPath
!AssetPhoto.Action = acOLECreateLink
End With
Thansk,
J.
saved:
With Forms(stDocName)
AssetPhotoPath = Nz(AssetPhotoPath, "")
!AssetPhotoPath = AssetPhotoPath
!AssetPhoto.OLETypeAllowed = acOLELinked
!AssetPhoto.SourceDoc = AssetPhotoPath
!AssetPhoto.Action = acOLECreateLink
End With
Thansk,
J.