Hi
I am wanting help so that I can write a code so that when I select an item from a list box a macro will run the code taht I wrote is
If Me.Stockist = "other" Then
DoCmd.RunMacro (macro1)
End If
But it comes up with
This action or method requires a macro name argument
Any ideas?
I am wanting help so that I can write a code so that when I select an item from a list box a macro will run the code taht I wrote is
If Me.Stockist = "other" Then
DoCmd.RunMacro (macro1)
End If
But it comes up with
This action or method requires a macro name argument
Any ideas?