I need to parse some raw text files and do some processing before creating records. I wrote a routine in VBA as an Excel macro, but the resulting file excedes 65,000 records. I converted to Access, it works, except for the dialog box to select the input file. In Excel, I used "Application.GetOpenFilename". What is the equilivant in Access?