Custom Ribbon (Splitform)

C

ChoonBoy

Can Split form use Custom Ribbon?

I have tried the following that works on Datasheet view but failed when the
form is a Split form. Anyway to work around this?

Public Function SKUAdd()
Dim stDocName As String

stDocName = "FrmSKUAdd"
DoCmd.OpenForm stDocName

End Function

In XML table

<button id="cmdSKU" label="Add Products" imageMso="EncodingMenu"
supertip="Add and Edit Products." size="large" onAction="=SKUAdd()"/>

Thanks in advance
 

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