阅读背景:

如何将生成的查询信息插入表中,同时将现有表记录保留在顶部?

来源:互联网 

I am trying to insert values from a table into another existing table and have just the values I am inserting be sorted in descending order based on a specific column while leaving the existing records at the top of the table. How do I do that? I have tried to use an Order By statement but whether I use the column name of the table I'm pulling from or the destination table's column name I get an error. Also this is being run in VBA using DoCmd.RunSQL.I am trying to insert values from a table into




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: