选择临时表语法错误访问错误

时间:2018-05-01 19:59:15

标签: sql vba access-vba

我正在尝试将import numpy as np def test(x): if x>10000: return test(x) else: return x+1 def f(x, y): if y >5: x=test(x) return x/y if x<5: y+=1 return x*y return x*y*2 vf = np.frompyfunc(f,2,1) print(vf(np.arange(10),np.arange(10,0,-1))) 中的两列(conceptnamestoreNumberID)值插入lodgingReport。但是有一个语法错误,我无法找到修复

temptable

全功能(从评论中插入):

db.Execute "Select [Concept Name],[Store Number ID] into" & TempTable & "from TblLodgingReport"

0 个答案:

没有答案