LastUpdated value needed

H

Henry

does anyone know where to find the date of a module? I tried this but I get a
way to old value:

db.Containers!Modules(strModuleName).LastUpdated

and this didnt fix it either:


Set ctr = dbs.Containers("Modules")
Set doc = ctr.Documents(strModuleName)
doc.Properties.Refresh
doc.LastUpdated

I know it must be stored somewhere, because it shows up on the props menu
and is updated when you do a

DoCmd.Save acModule, strModuleName
 
H

Henry

I gues you mean MSysObjects but this is the same faulty date as dao returns -
due to a bug isince Access 2000.

The admin window shows the correct date, so it must be somewhere...
 
B

Benjamin Adnam

hi,

did yo find a solution for this problem ? because i am having the same
problem

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top