Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
"父表"和"子表"单向关联。
"父表"中有一列为"操作员",如果"父表"当前行的"操作员"列和当前登录用户一致,"子表"可以新增一行。否则不行。
代码如何编写?谢谢。
参考:
http://www.foxtable.com/help/topics/0629.htm
If tables("父表").Current("操作员") <> User.Name Then
e.Cancel = True
End if
是Tables
不是e.Tables
要理解。