且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

VBA访问:如何将可更新记录集链接到可更新FORM并将更改保存在SQL Server中

更新时间:2023-01-29 13:18:24

简单而原生的方法是链接通过ODBC,然后使用链接表和查询具有绑定表。

The easy and native method is to link the tables via ODBC, and then have a bound form using the linked tables and your query.

当然,如果您希望能够更改和修改查询,则查询必须是可更新的保存表单中的数据。

Of course, the query must be updateable if you wish to be able to alter and save data from the form.