Importing More Than 65.535 rows to MS Access from Excel

前端 未结 2 1335
心在旅途
心在旅途 2021-01-16 14:13

I\'m running the following code to import an entire sheet from excel to access, the sheet has 77k rows, but Access is importing only 65.535, any clur on how to fix it? Both

2条回答
  •  死守一世寂寞
    2021-01-16 14:24

    docmd.transfertext.........
    

    please use this command in MS access if u wants to transfer more than 65536 rows in access

提交回复
热议问题