Private Sub Command5_Click()
DoCmd.OpenReport("Report2",acViewNormal,,"ProcessChangeID = '" & Me.PCid "'",acWindowNormal,OpenArgs)
End Sub
Compile error:
Expected:list separator or )
the red is what is highlighted when the error comes up.
It is ProcessChangedID no spaces in the actual code.