I have no problem with this.. I just created two forms.. form5 and form6.. the command button on 5 closes 6 with a click.. there was no problem..

VB Code:
  1. Private Sub Command0_Click()
  2. DoCmd.Close acForm, "form6"
  3. End Sub