IsRelation
判断指定的Table是主表还是关联表。
例如:
If
CurrentTable.
IsRelation
Then
Output.Show(
"你选择的是一个关联表!"
)
Else
Output.Show(
"你选择的是主表!"
)
End
If
显然MainTable的IsRelation属性值,永远为False。
本页地址:
http://www.foxtable.com/webhelp/topics/0454.htm