Quick Access Tool Bar for User?

Lateral

Registered User.
Local time
Today, 06:25
Joined
Aug 28, 2013
Messages
388
Hi guys

How and what options etc can I add to the Access Tool Bar so that the User can use them when I deploy the database?

I can add/modify the Tool Bar when I am in development mode but the Tool Bar is empty when I run the database under the Access 2010 Runtime.

I'm using Access 2007 and ACCDE.

I'm struggling to figure this out.

Thanks guys

Regards
Greg
 
Create a ribbon with menu items or create a form with menu items. Have the form open when the database opens.
 
Poppa Smurf is right: to use the application in Runtime you need to create a switchboard form to open when the user opens the database. You also need to create custom menus with buttons so that the user can navigate the database. Everything must be accessible without use of the Access navigation bar.

This requires extra thought and design work and there is no quick or easy method that I know of. You can also use autokeys to bring up forms that will be used frequently. So, for example, I set cntrl + m to open my main switchboard form.
 

Users who are viewing this thread

Back
Top Bottom