Display field description in query (1 Viewer)

mattkorguk

Registered User.
Local time
Today, 03:08
Joined
Jun 26, 2007
Messages
301
Hi all,
Is the above possible?
Basically, some clever soul has used coded fieldnames but then added a description telling you what the field contains, and I need to return this description.
Can it be done?
Cheers
Matt
 

EternalMyrtle

I'm still alive
Local time
Yesterday, 19:08
Joined
May 10, 2013
Messages
533
I am not sure what type of output you are expecting.

You can see a report showing the details of your query including all of the properties by going to

Database Tools > Database Documenter.

Choose the queries tab and follow the instructions.

This is report, however, and not usable data like a query.
 

EternalMyrtle

I'm still alive
Local time
Yesterday, 19:08
Joined
May 10, 2013
Messages
533
Also, you could probably extract the description data using VBA...
 

CJ_London

Super Moderator
Staff member
Local time
Today, 03:08
Joined
Feb 19, 2013
Messages
16,629
In table design, copy the description information to the Caption for each field.
 

Users who are viewing this thread

Top Bottom