Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Access 中是否存在检测数据表视图中同一行上的列选择更改的事件?
不在纯数据表视图中,但您可以创建表单并应用数据表视图。然后,绑定到表的所有控件都获得了属性TextBox.OnLostFocus。阅读更多相关信息:
TextBox.OnLostFocus
TextBox.OnLostFocus 属性(访问)
在那里,您可以播放和设计代码来检测用户何时更改列。