Hi all Pros,
I have two Access forms. I suppose the Form A will open Form B and close itself.
following is the code I cut:
DoCmd.Close acForm, "frmChangePwd", acSaveNo
DoCmd.OpenForm "frmMain"
I found the
DoCmd.Close acForm, "frmChangePwd", acSaveNo
not work...