Adding button to toolbar

  • Thread starter Thread starter P Mitchell
  • Start date Start date
P

P Mitchell

When one adds an button to the toolbar in Access,
eg. Format Align Left to the Form/Report Design toolbar
where does get stored? In a file, and if so, what file? or is it stored in
the Registry?
Thanks in anticipation.

Peter
 
Hi, Peter.
When one adds an button to the toolbar in Access,
eg. Format Align Left to the Form/Report Design toolbar
where does get stored?

In Access 2K and newer versions, a button added to a built-in commandbar
will be stored in the Windows Registry. A button added to a custom
commandbar will be stored in the monolithic record in the database, along
with the other database objects, such as forms, reports, and modules.

In earlier versions of Access, a button added to a custom commandbar will be
stored in a system table in the database.

HTH.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)

- - -
When you see correct answers to your question posted in Microsoft's Online
Community, please sign in to the Community and mark these posts as "Answers,"
so that all may benefit by filtering on "Answered questions" and quickly
finding the right answers to similar questions. (Only "Answers" have green
check-marks.) Remember that the best answers are often given to those who
have a history of rewarding the contributors who have taken the time to
answer questions correctly.
 
Arvin Meyer said:
The definitions are stored within the database itself.

It sounds to me as if the OP is talking about changes to the built in toolbars.
These are not stored in the file and from my experience there are certain
aspects of completely custom toolbars that aren't either.

For example: If a user hides a custom toolbar replacing his file with another
copy will not bring it back. Likewise if he moves it or changes where it is
docked.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top