Guest_imported
New member
- Jan 1, 1970
- 0
I was wondering if there was a way to save the changes in a form's design (labels) by using VBA code?
I'm setting up a database that tracks job progress, but for each job, I have to enter the description of each item at the beginning. Since the jobs last for months and the descriptions and items stay the same, I made a setup form that stores the descriptions as public variables. Then I have the form that I want the descriptions displayed on call the public variables as captions for labels.
I want to prompt the user to save if the labels have changed. Is it possible? Thanks.
I'm setting up a database that tracks job progress, but for each job, I have to enter the description of each item at the beginning. Since the jobs last for months and the descriptions and items stay the same, I made a setup form that stores the descriptions as public variables. Then I have the form that I want the descriptions displayed on call the public variables as captions for labels.
I want to prompt the user to save if the labels have changed. Is it possible? Thanks.