Share via

Ribbon in Runtime

Anonymous
2017-06-02T00:42:04+00:00

Can someone point me to a simple example of taking a custom tab on a ribbon that I created in an accdb file and making it show up in the accde file that I distribute to my users?

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2017-06-02T03:22:40+00:00

    Do you mean that you used the "customize" ribbon option, and made/added changes to the ribbon? And then you want that part to be used as a ribbon?

    Yes.

    You can export the current customizing you done above, and then simply "remove" the "very" first part of the ribbon, eg this part:

    <mso:cmd app="Access" dt="0" />

    If you remove above, then the rest of the xml can simply be pasted into the USYSRibbons table, and should work.

    So it not 100% clear if you talking above having used the "customize" ribbon - but the above will allow you to take such customizing and create a separate ribbon.

    If you built the ribbon yourself as XML and again saved such xml in the USYSRibbons table, then to simply display that tab you built, just specify the ribbon in the other tab of the form (when in design mode), and when that form is launched, then the custom ribbon tab you have will display.

    This process will/should work for the full version of Access and also that of the runtime - so there not really a "different" process here. How you set this up for the full version of Access vs runtime is really much the same.

    Regards,

    Albert D. Kallal (Access MVP)

    Edmonton, Alberta Canada

    Was this answer helpful?

    0 comments No comments