Ok, so I found how to do this, but simple commenting out the code in the sub that did this.
That said, I have another question: I added a "close" button on the calendar form. This is a simple
Private Sub cmdClose_Click()
DoCmd.Close acForm, "Calendar"
End Sub
but something unexpected...