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.
Microsoft Access内のビューの最終変更日時を表示できることに気づきましたが、標準SQLを使用してこのデータを取得する方法はありますか?
わかりました。隠しテーブル を見つけることができましたMSysObjects。これには、オブジェクトの名前、DateCreated、DateUpdatedおよびその他の有用な情報が含まれています。
MSysObjects
DateCreated
DateUpdated
の底に