April 15, 201114 yr Newbies Hi. As part of my database, I have a photo field. My question is: Can i add a field that automatically shows to name of the attached photo file? Thanks
April 15, 201114 yr It depends on how the field was populated. If the field holds only a reference to the original image, you can get the reference by using a calculation field (result is Text) = YourContainerField This will show the absolute and the relative paths to the referenced file - and you can amend the calculation to parse out only the part/s you want.
Create an account or sign in to comment