After some delays, hurricane related rain is letting me work inside today on the Apiary project.
So, I have a form or two that are multi-purpose. They are used to accomplish different tasks depending on the chosen command. With that, several text elements within the form will change depending on what the specific task is. Some text is simple like the form Title. Others are more specific and may include compounding the table field value in the text. Easy enough.
I have implemented two different approaches to this in other forms but am considering going back and adjusting to using the same method across the board.
One is to make multiple controls and labels and control the visibility of them through the VBA code that opens the form.
Two is to make just one control or label for each requirement and change the Value or Caption as required in the VBA code that opens the form.
I strongly suspect there are additional options that I am not familiar with, and some may be more efficient if I knew what they are.
So, the question is, what is the common method that is used for this condition ? If there is an alternate approach that's not super complicated, I can certainly entertain that but keep in mind, my coding is at a very beginning level.
Curious to see what the preferred approach is.