any tips on creating ribbons for an access adp project.
I cannot get the database to read the USysRibbons Table and display
customized ribbons. Thanks
- Alibaba
There are no USysRibbons table in a ADP project, so you cannot use this
method to display your own customized ribbons. To make a custom Ribbon in
an ADP project, you have to store and retrieve the custom XML yourself and
load it by using the LoadCustomUI function in the startup code.
If I remember correctly, the book Microsoft Office Access 2007 Inside Out
from John Viescas and Jeff Conrad has an exemple for this.

Signature
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: sylvain aei ca (fill the blanks, no spam please)
> any tips on creating ribbons for an access adp project.
> I cannot get the database to read the USysRibbons Table and display
> customized ribbons. Thanks
> - Alibaba
You can still create a table to hold your Ribbon XML, but the key is to use
the LoadCustomUI method, as Sylvain has indicated.

Signature
Brent Spaulding | datAdrenaline | Access MVP
> any tips on creating ribbons for an access adp project.
> I cannot get the database to read the USysRibbons Table and display
> customized ribbons. Thanks
> - Alibaba
dean josifovski - 09 May 2008 06:46 GMT
Can somaone explain me how ribbon table is looking in sql server database.
Thanks
Tom van Stiphout - 12 May 2008 01:16 GMT
Search the help file for "USysRibbons".
-Tom.
>Can somaone explain me how ribbon table is looking in sql server database.
>Thanks