MS Access Distributable URGENT

ombadboy

Registered User.
Local time
Today, 12:45
Joined
Feb 9, 2007
Messages
30
Hello again.

I would like to ask if there is a way to display the toolbar or custom toolbar options, when create a runtime distributalbe MS Access database.

For example I would like to have the backup database option available, when i make my project as a distributable runtime program, as well as the compact and repair, and some other options.

How is this possible?

thanks alot for your help, its quite urgent too.
 
I would make a maintainence form with buttons to run VBA code for these tasks.
 
Is there a place where i can get these VBA Codes? I guess they are standard ones, so it would be just c/p ?
 
By the way, you can create your own custom tool bars in Access for use whenever you want (or Ribbons if on 2007 or above). I have a tutorial that shows how to make a 2000-2003 shortcut menu but the concept is basically the same for making a tool bar. Just don't set the property which makes it a popup shortcut menu. And, you then assign the menu to the form or report where you want it to appear.
 

Users who are viewing this thread

Back
Top Bottom