Microsoft Access 2007 中 CurrentDateTime 的语法是什么?

发布于 2024-11-24 23:32:21 字数 176 浏览 0 评论 0原文

我英语不好,所以请耐心等待。 我想知道 Microsoft Access 2007 中 CurrentDateTime 的语法是什么。 我的意思是,在 MSSQL Server 2008 中,我们可以使用 GetDate() 函数。 但不能在Access中使用。 我想将当前日期时间插入访问数据库。 那么请回答我... 感谢堆栈溢出...

I'm not good at english.So please abide.
i want to know what is the syntax of CurrentDateTime in Microsoft Access 2007.
i mean,In MSSQL Server 2008 , we can use GetDate() function.
but it can't use in Access.
i want to insert current datetime into access database.
So please answer me...
Thanks stackoverflow...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哑剧 2024-12-01 23:32:21

您可以使用

Now() 

为您提供当前日期时间或

Time()
Date()

相应部分。

You can use

Now() 

to give you the current date time or

Time()
Date()

For the respective portions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文