There must be a difference: in your SQL string
mSQL = “INSERT INTO Search_Result” _
& “([EC Member], [Supervisor], [Last Name],[First Name], [Business Unit],” _
& “[Cost Center])”
…
You only insert values for the fields listed between the parentheses. Pay Date, Amount Charged and Manual Check Date are not among them, so they will not be populated.