In my program I have two forms to select a file for import. One form imports an orders file and the other imports a package ID file. These files are located in specific directories (orders file in an Orders directory and Package IDs in a package ID directory) When the user clicks on the file open button (in either form) they are in the default directory and have to go to the directory where the file is located and then select the file. I would like to set the directories for the forms. What code can I do this with? Thanks!