I wrote a event procedure tinside a form to call a module;
Example
If Me.Combo215 = "wspec" Then
DoCmd.RunMacro (MACRO1.CON_WSPEC)
ElseIf Me.Combo215 = "WROCI" Then
DoCmd.RunMacro (MACRO1.CON_WROCI)
End If
I get the following error.
Object Required.
What am I doing wrong?
Thanks Gary
Example
If Me.Combo215 = "wspec" Then
DoCmd.RunMacro (MACRO1.CON_WSPEC)
ElseIf Me.Combo215 = "WROCI" Then
DoCmd.RunMacro (MACRO1.CON_WROCI)
End If
I get the following error.
Object Required.
What am I doing wrong?
Thanks Gary