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.
4時間以上前にレコードが最初に入力されたのはいつかを知る必要があるので、datetimeフィールドのデフォルト値はNow()になりました。これは、次のように言う方法があります。
日時>now()+ 4時間の場合?
ありがとう、
ボブP
次のオンラインヘルプトピックを参照してDateAdd()ください。
DateAdd()
If YourDateTimeValue > DateAdd("h", 4, Now()) Then