调用表属性 [英] Calling a table property

查看:81
本文介绍了调用表属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么办法可以调用table属性来查看它吗?例如,我经常更新一个名为"Cases"的表,我可以调用案例的属性并查看表的名称,描述或修改? 如果是的话,请赐教。 
我想在报告中显示表格被修改的日期而不必手动操作。

Is there any way that I can call a table property to view it? For example, I often update a table called "Cases", can I call the properties for cases and view the table's Name, Description, or Modified?  If so, please enlighten me.  I would like to show in a report the date a table was Modified without having to do it manually.

推荐答案

您可以尝试以下几行:

CurrentDb.TableDefs(" Cases")。DateCreated

CurrentDb.TableDefs("Cases").DateCreated

CurrentDb.TableDefs(" Cases&)。LastUpdated

CurrentDb.TableDefs("Cases").LastUpdated

希望有帮助...


这篇关于调用表属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆