Now that the new Attachments feature exists in version 2007 and has a field for the filename, do you still need to use the FileDialog to get this information?
My situation:
I am attaching a single image file to each record and want to store the name of the image in a separate field. My attachment field is called image and has the image.FileName listed as 1 of three values.
Now I want to store the file name for each image in a separate field called imagename.
Is there an easy way to do this now or do I need to use the FileDialog vba coding still?
My situation:
I am attaching a single image file to each record and want to store the name of the image in a separate field. My attachment field is called image and has the image.FileName listed as 1 of three values.
Now I want to store the file name for each image in a separate field called imagename.
Is there an easy way to do this now or do I need to use the FileDialog vba coding still?