Tony,
You should be doing this:
Me![Path2File] = Module1.ShowOpen("Title")
The bolded text (Title), above, is not the name of the control that will equal the path, it is the actual title that is displayed on the dialog box when it appears. Look at the top of the dialog box when it appears, the way you have it now it will display Path2File. I'm sure you would prefer something like Find File. Regards,
gkprogrammer