I saw some great code for linking to external images but cannot seem to get it right. I have a database that will have 23,106 rows of data and I have to link to 23,106 .jpg that are loctated on C:\Photos.
In the table I made a field called: Photos, Dataset: Text
Then on the form I put an image box and in the control source I put =C:\Photos\"& [Photos]
The relationship I made a duplicate of my table and linked ID to Photos. Each card has a unique ID number. But I am not getting nay pictures to link. I uploaded an example of the database.