运行时错误3010 ...表已存在 [英] Runtime Error 3010...table Already Exists

查看:293
本文介绍了运行时错误3010 ...表已存在的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以帮我弄清楚为什么我继续得到运行时错误''3010'''TABLE qryMultiSelect ALREADY EXISTS''?这是我的代码。提前感谢您的帮助!!!

Can anyone help me figure out why I continue to get a runtime error ''3010'' "TABLE qryMultiSelect ALREADY EXISTS''? Here is my code. thank you in advance for any help!!!

展开 | 选择 | Wrap | 行号

推荐答案

究竟是什么行停止的代码是什么?
What line exactly is the code stopping at?


错误发生在第一个实例:

DoCmd.TransferSpreadsheet acExport ,,qryMultiSelect, "" &安培; myPath& ""
The error is occuring at the first instance of:

DoCmd.TransferSpreadsheet acExport, , "qryMultiSelect", "" & myPath & ""



错误发生在第一个实例:


DoCmd .TransferSpreadsheet acExport ,,qryMultiSelect,"" &安培; myPath& ""
The error is occuring at the first instance of:

DoCmd.TransferSpreadsheet acExport, , "qryMultiSelect", "" & myPath & ""



你在哪里出口?

你要发送到另一个数据库吗?

Where are you exporting to?
Are you sending to another database?


这篇关于运行时错误3010 ...表已存在的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆