I needed to append a 10-field Access data to an existing Access sheet, but error shows below, How can I fix it? Thanks in advance to the people who helped me.
Error: 输出数据 (81): DataWrap2OleDb::SendBatch:Microsoft Access Database Engine: The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.\3163 = -68551703
Insert into `Report`(`Transaction_Start`,`Transaction_End`,`Process_Name`,`Workflow_Name`,`Time_Saving`,`Transaction_Volume`,`Tool`,`Successful`,`Machine_Name`,`Account_Name`) Values (?,?,?,?,?,?,?,?,?,?)
My settings are as follows:

