FileDialog and New Attachments in 2007

GeekyGirl

Registered User.
Local time
Today, 17:54
Joined
Apr 14, 2005
Messages
29
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?
 
I was able to get the file name to show in my form by using the simple expression

=image.Filename

Unfortunately, it isn't saving that value in the corresponding table so what am I missing to get it to save to the table field?
 

Users who are viewing this thread

Back
Top Bottom