I'm trying to develope a backup functionality to a database for a small job.
There's a few other things too, but they have been resolved.
What i'm looking to produce is somthing that backs up the database like the File>Back Up Database does.
The only thing i wish to change is the filename in the filename textbox. The person requests this as a button on the form.
So when the user clicks the button on a form the backup database form should show up, but with the file name changed to some data.
Calling the winow is fine, however figuring out how to change the file name... a hassle.
I wasn't sure if this should go in the database threads, but decided this was the best place.Code:CommandBars("Menu Bar"). _ Controls("Tools"). _ Controls("Database utilities"). _ Controls("Back Up Database..."). _ accDoDefaultAction




Reply With Quote