Hi All,
I am creating a user form in Access 2007. I am receiving a Compile Error within my VBA coding. Please take a look at the code below and see if you can help.
Compile Error: Expected: End of statment
Recived on line:
DoCmd.OpenForm “frmPasswordChange”, , , “[UserID]" = ” & Me.cboUser...