Article ID: 101126
Article Last Modified on 1/18/2007
'---------------------------------------------------------------
' The following function will produce the syntax error mentioned
' in the "Symptoms" section.
'---------------------------------------------------------------
Function Test()
Docmd.Echo ' Note that the arguments are missing.
End Function
'--------------------------------------------------------------
'The following function will produce the syntax error mentioned
'in the "Symptoms" section.
'--------------------------------------------------------------
Function Test()
Docmd Echo ' Note that the arguments are missing.
End Function
Keywords: kbprb KB101126