Hi,
The actual error I keep getting is "can't find the field...".
I am using the following line of code that I got from the FAQ's on this topic.
Me!Photo1Frame.Picture = "G:\Ecotone\Clients\Colorado DNR\AAA Projects2001\MuellerVEG\ProcessedData&Tables\" & Me![Vegetation_Plots.Photo1] & ".jpg"
[Vegetation_Plots.Photo1] is what I am using to direct the search for the field with the file name.
I checked to make sure the Report was based on the right table.
I checked the table name (Vegetation_Plots), spelling etc.
I checked the field name (Photo1)
Why can't it find the field?
The actual error I keep getting is "can't find the field...".
I am using the following line of code that I got from the FAQ's on this topic.
Me!Photo1Frame.Picture = "G:\Ecotone\Clients\Colorado DNR\AAA Projects2001\MuellerVEG\ProcessedData&Tables\" & Me![Vegetation_Plots.Photo1] & ".jpg"
[Vegetation_Plots.Photo1] is what I am using to direct the search for the field with the file name.
I checked to make sure the Report was based on the right table.
I checked the table name (Vegetation_Plots), spelling etc.
I checked the field name (Photo1)
Why can't it find the field?