拆分数据库导入excel文件后会出现错误2950

时间:2017-09-05 17:59:36

标签: ms-access

在拆分我的数据库之前,我使用宏来将excel文件导入到我的表中,它很好。 现在,当我从前端使用该宏时拆分数据库后出现错误:

    You cannot record your changes because a value you entered violates the 
  settings defined for this table or list (for example, a value is less than
   the minimum or greater than the maximum). Correct the error and try again."
   The error number on the Macro Single Step pop-up is 2950.

当我从后端使用宏时,它没有问题并且有效。

请帮忙,因为我需要从前端导入。

我使用的宏的等效VBA代码如下所示,它从后端运行并从前端给出错误:

  DoCmd.TransferSpreadsheet acImport, 8, "Rep_Indicator", "E:\Rep_Indicator", True, ""

0 个答案:

没有答案