Hi, in the MS Access 2007, under menu File -> Database Properties -> Custom tab, i added some custom properties (say 'Source')
How can i read these custom property values via Macro?
The following didn't work:
MsgBox (db.Properties("Source").Value)
It says "Property not found"
I am trying to...