youwannawhat
Programmer
My user needs to build what amounts to a data dictionary, defining every field in a database for one of our apps. She's asked if I can provide her with a list of the fields in each of the 12 tables that make up the .dbc.
What's the easiest way to do this programmatically?
I have placed the table names in a table. I want to scroll through that table and store the fieldnames of these tables to variables, then display the fieldnames in a report. I would also like to provide her with the unique values for each field(i.e. for a 'reaction' field, I'd like to tell her that their are four choices that have been entered among the 100,000 records-MILD, MEDIUM, SEVERE, NONE) so that she will be better able to recognize them, as the fieldnames can be non-descript.
Thanks for your help in advance.
Paul
What's the easiest way to do this programmatically?
I have placed the table names in a table. I want to scroll through that table and store the fieldnames of these tables to variables, then display the fieldnames in a report. I would also like to provide her with the unique values for each field(i.e. for a 'reaction' field, I'd like to tell her that their are four choices that have been entered among the 100,000 records-MILD, MEDIUM, SEVERE, NONE) so that she will be better able to recognize them, as the fieldnames can be non-descript.
Thanks for your help in advance.
Paul