OK Simon,
So here's table i did;
tblImage
-----------
ImageID
ImagePath
ImageName
I then went on to create the query as you suggest: SELECT tblImage.ImageID, [ImagePath]+[ImageName] & ".jpg" AS FotoPic FROM tblImage; so, how do move from here?? :mad:
Thank Samia