Also... if you ever want to look at the objects in a database to see when they were updated, keep this in mind:
The "Last Update" for an object refers to the structure itself, not necessarily the data contained. So, for instance, if you're looking at tables. If the table hasn't been modified at all in 8 years, but new records were added yesterday, then the table wasn't updated, but it does have new/current data. So in that case, you'd have to look at a date field in the database table, if there is one. Otherwise, you'd have to look at a field relating to when records are added.. I don't remember off-hand if there is such a field, but you can look in VBA in the DAO.TableDefs collection.
"But thanks be to God, which giveth us the victory through our Lord Jesus Christ." 1 Corinthians 15:57