Qucik Access Toolbar not showing custom controls

  • Thread starter Preditor Havasu
  • Start date
P

Preditor Havasu

Hi All,

I'm having a problem with the QAT in access 07
I'm trying to add custom buttons via XML, and not having any luck.
I can populate the QAT with IDMSO controls, but when I use a custom id
button it doesn't show in the QAT bar.
Below is a sample code I have been working with, the Copy and Paste
buttons will show up but not the Test button.

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/
customui">
<ribbon startFromScratch="true">
<qat>
<documentControls>
<button id="Test1" label="Test" imageMso="Delete"
onAction="=OpenMyForm('test')"/>
<button idMso="Copy"
<button idMso="Paste"
</documentControls>
</qat>
</ribbon>
</customUI>

I've tried with and without a label and with and without a size.
I've tried using custom button images
I've tried opening forms as well as MSO functions.
I have checked that 12.0 library is check off.
And I have restarted access for every change I have made, not just
close and reopen the database.

I'm total Lost at this point.

Thanks for any help

Carter
 
P

Preditor Havasu

Anyone have any ideas on this!

i really need some help, i would like to put a Combo box on the QAT.

but i can't even get a custom button to work.

thanks, Carter
 

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