In MS Access databases, queries have a "description" field that is available under properties when you are in design mode. Using VB6, I can get at just about everything associated with a query (the SQL statement, the name of the query, etc.) with the single exception of the one thing I WANT to get at which is the text in the description field. Does anyone know how to do that?