Hi
I am documenting an Access 2007 database. I have requested the Navigation Pane to View by Details to show the “Date Created” and “Date Modified” for each Form (for Example). I wrote a routine in VBA (using the Forms Container) to store the Form .Name, .DateCreated & .LastUpdated properties into a table. The dates stored in the table are not the same as the dates showing in the Navigation Pane. This routine was written way back in Access97 and has always worked OK. Are there some new properties in Access 2007? The options box only shows the properties .DateCreated and .LastUpdated when typing in the VBA code.
The dates in the Navigation Pane would appear to be correct.