Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Import file with a standard Microsoft open windo

Status
Not open for further replies.

paulette33

Technical User
Mar 15, 2002
27
US
In the database that I'm building, I need to import an Excel file and append that data into an existing data. Rather than having a set location where the file is stored, is it possible to have a dialog that looks similar to the Windows open file dialog box, where the user can specify the file location and file name?

Thanks in advance!
 
Search the FAQ area. There are several FAQs that describe how to use the actual Windows Common Dialog Box. It returns a full path to the file name selected by the user, and you can then just do a TransferSpreadsheet.

Rick Sprague
Want the best answers? See faq181-2886
To write a program from scratch, first create the universe. - Paraphrased from Albert Einstein
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top