A family of Microsoft relational database management systems designed for ease of use.
You have to change the OutputFile argument as well as the ObjectName argument:
DoCmd.OutputTo ObjectType:=acOutputReport, ObjectName:="Rpt_SPECD_BendAngles", OutputFormat:=acFormatXLS, OutputFile:=conPath & "Metal_SPX_sPECD.xls"
DoCmd.OutputTo ObjectType:=acOutputReport, ObjectName:="Rpt_SPECD_BoltSelectionFilter", OutputFormat:=acFormatXLS, OutputFile:=conPath & "SomeOtherName.xls"