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....
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....