Help plz!!:customize my access 2007

Help plz!!:customize my access 2007

The onest

Member
Joined
Apr 5, 2012
Posts
8
Reaction score
0
HI WanaJF

I have being trying to customize my MS Access 2007 using XML codes and VBA by nimefail kulink form uliyo katika XML with VBA

This is may current situation;

Public Function fnRibbonAction()
Dim stDocName As String
stDocName = control.Tag
DoCmd.OpenForm stDocName, acNormal, , , , acDialog

'DoCmd.OpenForm "frmComputer"

End Function


The red line is my problem....
 
Back
Top Bottom