How to get accurate LastUpdated date/time from objects in Access?

前端 未结 2 1383
长情又很酷
长情又很酷 2021-01-23 18:15

I am trying to retrieve the LastUpdated date from Access objects and sometimes it is returning the DateCreated value.

I am seeing the same results querying

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-23 18:54

    well just another minor comment to this topic. Access is a good multi user application, but isn't really striving to be a multi-developer management studio.... which is the only reason you would need to time stamp fixed objects design changes.

    in most cases one definitely does not want users changing objects - and the compiled .accde is all that is released, so they do not have that ability.

    where the user base has the skills to craft their own queries - it often is best to set up a separate front end specifically for this purpose and keep them out of the main application's object navigation pane.

提交回复
热议问题