Search results

  1. Y

    How to read Database Properties

    Thanks Bob, for a Custom Property that is already defined (and value set) in the Database Properties -> Custom tab, the following doesn't seem to work Dim db As Database Set db = DBEngine(0)(0) GetCustomProperty = db.Properties("Source") Can you try this and let me know...
  2. Y

    How to read Database Properties

    Thanks Ken, i was doing in a VBA, i didn't mean 'macro' literally How to accomplish in VBA? It says property not found
  3. Y

    How to read Database Properties

    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...
Back
Top Bottom