OK this now works
Call FileBrowse("F-Jobs", "SF-Job Hyperlinks", "JobHyperlink")
and
Public Sub FileBrowse(myForm As String, mySubform As String, myControl As String)
and
Forms(myForm).Controls(mySubform).Controls(myControl).Value = .SelectedItems(1)
Ok - it doesn't use the...