Quantcast
Viewing all articles
Browse latest Browse all 15762

set a 'Description' property of a dB?

I use following code to set the 'Description' property of dB table property...

Code:

Set td = db.TableDefs(tablename) 'table name
    'set table 'Description' property
td.Properties("Description") = tdDescription

is there a way for me to set a 'Description' property of the dB itself (not a table within the dB)?

Viewing all articles
Browse latest Browse all 15762


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>