The below code works perfect taking what is in the form and adds it to a table on another sheet.
Private Sub bOkay2_Click()
Dim tbl As ListObject
Dim ws As Worksheet
Dim lrow As Range
Dim lrow2 As Long
Set tbl = Sheets("Missed Scan Summary").ListObjects("tblncidents")
If...