G
Guest
Hello, I am working with Ken Getz's saving images in external files and have
been moderately successful getting it to work. My problem lies in trying to
get the image to attach to the path on a form or a report. I can get the
image to view on the initial attachment when I go to the file location i.e.
\\server1\Subdirectory\Subsubdirectory\Filename.jpg. And it lets you look at
it correctly before you close but if I got back to the storage form and
scroll through the images the pathandfile rolls forward correctly attached to
its identifier but the image won't. Code is:
Me![imgTheImage].Picture=Me.[txtImagePathAndFile].
Further difficulty with trying to attach this same form as a subform, or a
subreport. Immediately on doing this the images cease to view at all.
Can anyone help me with this.
Thank you,
IEJ
been moderately successful getting it to work. My problem lies in trying to
get the image to attach to the path on a form or a report. I can get the
image to view on the initial attachment when I go to the file location i.e.
\\server1\Subdirectory\Subsubdirectory\Filename.jpg. And it lets you look at
it correctly before you close but if I got back to the storage form and
scroll through the images the pathandfile rolls forward correctly attached to
its identifier but the image won't. Code is:
Me![imgTheImage].Picture=Me.[txtImagePathAndFile].
Further difficulty with trying to attach this same form as a subform, or a
subreport. Immediately on doing this the images cease to view at all.
Can anyone help me with this.
Thank you,
IEJ