ecawilkinson
Registered User.
- Local time
- Today, 06:02
- Joined
- Jan 25, 2005
- Messages
- 112
Interestingly, you can get to the table description like this as well:
Oddly, if the description is blank, then Access will tell you that this property does not exist, but as soon as you give it a description, you can access it. That means, in code, you would have to create it first.
HTH,
Chris
Code:
db.Containers("Tables").Documents("YourTable").Properties("description")
HTH,
Chris