我正在尝试使用链接表将我的 access ADP 升级到 Access 2013 Aadc。但是在运行这段代码时
Dim cn As ADODB.Connection
Dim rstbks As ADODB.Recordset
Set cn = CurrentProject.AccessConnection
Set rstbks = New ADODB.Recordset
Select Case Me!pub_tabctrl.Value
Case 0
With rstbks
Set .ActiveConnection = cn
.Source = "select vendor, telephone, city from neelwafu.vendors where vendorcode=" & txtpublisher
.LockType = adLockOptimistic
.CursorType = adOpenKeyset
我收到此错误错误:找不到文件 c:\user\user\documents\xxx.mdb 可能是什么原因造成的?