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.
"DoCmd.Close" & "DoCmd.close acForm, me.name
and both of them can't close the form frmChangePwd.
Any suggestion on me? Thank you.
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.
"DoCmd.Close" & "DoCmd.close acForm, me.name
and both of them can't close the form frmChangePwd.
Any suggestion on me? Thank you.