I have a development copy of a database that I use to push changes out to a network copy when I need to make design changes (to forms, modules and other objects). Currently I have a function that I run that calls up a list of all the objects in Access from which I choose the items to push out. I would like to limit this list to only the items I have recently changed. I tried querying the MSysObjects sytem table, but the LastUpdated field doesn't seem to change whenever I make a design change and then save. Is there a method to track design changes to forms, queries and modules, at least to the point of knowing the date/time of last change and save?