When I press the cmd button and execute the following:
Dim stDocName As String
Dim stLinkCriteria As String
Dim intNum As String
DoCmd.RunCommand acCmdSaveRecord
DoCmd.OpenQuery "InsertNewSBDProspects", acViewNormal, acAdd
stDocName = "frmSBDProspects"
intNum =...