Barbara Ryan
BarbaraRyan at cox.net
Fri Sep 10 09:31:23 CDT 2004
I am trying to find the description of a table (Access 97) using code. I tried the following (which doesn't work):
For intI = 0 To db.TableDefs.Count - 1
Set MyDef = db.TableDefs(intI)
Debug.Print MyDef.Properties("Description").Value
Next intI
Any ideas?
Thanks,
Barb Ryan