Currently, whenever I need a filename and path from <br>the user in an Access 97 VBA app., I simply have them enter this into a message box. I then validate the path and filename and then make use of it in the code.<br><br>I would like to do this a little more professionally by having a browser pop up instead of a message box, so that the user can navigate to the needed file and not have to type it in.<br><br>Any help appreciated.<br><br>-Keith