I the Microsoft Access window you can set database properties in File->Database properties->Advanced tab (I have a swedish version so I'm not sure which the english names are).
How do you fetch them from VB-code?
I've tried
but it doesn't work.
Any ideas?
How do you fetch them from VB-code?
I've tried
Code:
CurrentDb().Properties("LatestVersion")
Any ideas?