G
Guest
Hi,
In my table, I have a field property 'Description', containg variable-label text. I managed to create the property, but - arrgh.. - have no luck retrieving its value! Here's a bit of code, which uses RecordSet object; I've also tried going through TableDef
Dim rs As Recordse
Set rs = db.OpenRecordset(tbName
For Each fd In rs.Field
Debug.Print fd.Description (or fd.Description.Value
Nex
Thanks a lot!
In my table, I have a field property 'Description', containg variable-label text. I managed to create the property, but - arrgh.. - have no luck retrieving its value! Here's a bit of code, which uses RecordSet object; I've also tried going through TableDef
Dim rs As Recordse
Set rs = db.OpenRecordset(tbName
For Each fd In rs.Field
Debug.Print fd.Description (or fd.Description.Value
Nex
Thanks a lot!