I am unable to get a form to close with the following code. "DoCmd.Close acForm, "frmStudentLookup", acSaveNo" works by itself, but not following the DoCmd.Open. However, If frmStudentInfo is already open it works just fine.
If rcCount = 0 Then
MsgBox "No Record found", vbInformation...