I simply typed the same report name and it referenced the open report, works a treat. I'm assuming it was an Access 2000 limitation?
DoCmd.OpenReport "Rep_SIQuery", acViewPreview, "Qy_SIQuery", "CallID = " & pubCallID
DoCmd.OutputTo acOutputReport, "Rep_SIQuery", acFormatHTML, "C:\Transaction...