I'm looking for a method to pass the Caption property from an Access database using ADO 2.7 to my VB application. The field names are rather cryptic which are used to populate DataGrid columns and labels throughout the app.
It would be nice if instead the field name was displayed to show the Caption instead.
All queries are in the app so implementing aliases for each field for each query is something I'd rather avoid.
Any ideas?
thanks
Jim
It would be nice if instead the field name was displayed to show the Caption instead.
All queries are in the app so implementing aliases for each field for each query is something I'd rather avoid.
Any ideas?
thanks
Jim