Hi All
** How do I replace a label caption with value from a field in my database? **
I am putting together an app using forms, and each form has lots of text boxes with label boxes.
In our database, we have a table which gives us a summary list of all field names (as used in the text boxes mentioned above), and a corresponding list of "plain english" phrases that we would like to have appear in the label box. I want to replace the default label with the phrase.
Any advice on how to achieve this programmatically would be appreciated.
To give you an idea of the size, I need to create about 80 different forms from scratch, and I will probably use over 1,000 fields in these forms. I don't really want to do this manually if i can help it.
(I have only been working with Access and VBA for a few weeks, and am using this to prototype our app.)
Thanks in advance.
Cheers
K
** How do I replace a label caption with value from a field in my database? **
I am putting together an app using forms, and each form has lots of text boxes with label boxes.
In our database, we have a table which gives us a summary list of all field names (as used in the text boxes mentioned above), and a corresponding list of "plain english" phrases that we would like to have appear in the label box. I want to replace the default label with the phrase.
Any advice on how to achieve this programmatically would be appreciated.
To give you an idea of the size, I need to create about 80 different forms from scratch, and I will probably use over 1,000 fields in these forms. I don't really want to do this manually if i can help it.
(I have only been working with Access and VBA for a few weeks, and am using this to prototype our app.)
Thanks in advance.
Cheers
K