>Is it possible to retreive the descrion of a field in a table, in a report ?
Use this chain of object references:
CurrentDb.TableDefs!tablename.Fields!fieldname.Properties!Description
If the field does not have a description property, you will
get a 3270 error so use error trapping to deal with it.

Signature
Marsh
MVP [MS Access]