got it working a different way, a way im more familiar with
DoCmd.SetWarnings (False)
testsql = "INSERT INTO [Requests] (PO,ProductID,DateDelivered,Notes) VALUES ('" & repPO & "','" & repPID & "','" & repDel & "','" & repNTE & "')"
DoCmd.RunSQL testsql...