I use following code to set the 'Description' property of dB table property...
is there a way for me to set a 'Description' property of the dB itself (not a table within the dB)?
Code:
Set td = db.TableDefs(tablename) 'table name
'set table 'Description' property
td.Properties("Description") = tdDescription