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!

Windows save dialog

Status
Not open for further replies.

chirpyform

Programmer
Jun 20, 2003
202
FR
Sorry for the number of questions in a short space of time. I would like to be able to use the save dialog box of windows instead of having to create something myself. I know there is a standard box in Java but does this exist in VBA?
Chris
 
What do you mean by save dialog box? If you want to have a button that closes a form and saves it, or if you want to have a button that closes the database, the button wizard will help you create whichever one you want. You may have to add a message box with a warning first, but that's optional.

Jim DeGeorge [wavey]
 
No I mean the "save as" dialog box of windows like when you want to save a file in Microsoft Word. There is a standard dialog box where you can find the directory and save a file.

Thanks
Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top