A very basic question, but I am new to this...
I have the following code to get the path of an image from my form, and it works fine.
I just need to get the resulting string into the correct field on my form.
The field I want to put it in is [Photo].
Sub openfile2()
Dim strFilter As String...