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
 
Top