S
ScrinnFenner
Hi all...using access 2k
I am trying to display images from a folder into a form by storing the image
names only in the database. I have followed the MS Knowledge Base Art 210100
and got it to work beautifully when the database was in one peice.
Having now split the database into front and back ends, and put onto network
drives, I have it snags, inasmuch as the database form does not update when
i add a new image to a record.
I have used frmImage as a sub form in the main form frmPersonnel, with both
txtImageName & imageID not visible.
Before the split, all files were in the same folder.
Could someone please help me out. For info, the locations of the different
files are as follwos:
Database Front End: H:\Database\Database.mdb
Database Back End: G:\Folder1\Folder2\Folder3\Database_be.mdb
Images are stored at: G:\Folder1\Folder2\Images\
Default Image: G:\Folder1\Folder2\Images\Crest.jpg
My coding is exactly as at Art 210100. I have tried both relative and full
path names but both fail.
Many thanks In advance
Matt
I am trying to display images from a folder into a form by storing the image
names only in the database. I have followed the MS Knowledge Base Art 210100
and got it to work beautifully when the database was in one peice.
Having now split the database into front and back ends, and put onto network
drives, I have it snags, inasmuch as the database form does not update when
i add a new image to a record.
I have used frmImage as a sub form in the main form frmPersonnel, with both
txtImageName & imageID not visible.
Before the split, all files were in the same folder.
Could someone please help me out. For info, the locations of the different
files are as follwos:
Database Front End: H:\Database\Database.mdb
Database Back End: G:\Folder1\Folder2\Folder3\Database_be.mdb
Images are stored at: G:\Folder1\Folder2\Images\
Default Image: G:\Folder1\Folder2\Images\Crest.jpg
My coding is exactly as at Art 210100. I have tried both relative and full
path names but both fail.
Many thanks In advance
Matt