在拆分我的数据库之前,我使用宏来将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, ""