MS Access Insert Into Select Does not work with vba

后端 未结 0 1793
悲哀的现实
悲哀的现实 2020-12-22 11:02

I am trying to run an insert into select query like this:

Dim rs as new ADODB.recordset
rs.Open "INSERT INTO tempTable(PartNumber, Age, Height, Notes, Up         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题