It's most probably a typo, check the doCmd code behind your button, or even try this code
(obviously replacing the names for your forms)
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "frmThaYouWantToOpen"
DoCmd.OpenForm stDocName, , , stLinkCriteria...