Custom Ribbon Using SQLServer Backend

D

David C. Holley

I've been playing around with creating my first custom ribbon. I want to
store the ribbons in the SQLServer backend, but Access is not recognizing
the linked table.

1) Can the XML be stored in a linked table or does it have to be a local
table?
2) Can the XML be stored in a SQLServer table?
 
T

Tom van Stiphout

On Sun, 21 Mar 2010 19:01:30 -0400, "David C. Holley" <David.C.Holley>
wrote:

1: Can be in a linked table.
2: Yes. For example all ADP applications with ribbon would do it that
way. You can use Application.LoadCustomUI to load the ribbon XML from
anywhere.

-Tom.
Microsoft Access MVP
 
D

David C. Holley

Thanks. I was going to go the ADP route then got wind that MS's official
stance is that ODBC is preferred. Imagine MS backpeddling.
 

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

Top