I am trying to add a profile picture to a dog database. The way I have it is that the picture is a file and gets renamed the dog_id, on the query for the form I have added the extra coloum
Code:
ImageFile: "C:\Gundog Training Databases\ProfilePictures\" & [Dog_ID] & ".jpg"[\code]
But the image isnt showing, can someone give me some advise please?