I have a couple forms that depending on the mode that I open them (whether to edit and existing record or add a new record), I want to have different Titles and Notes or instructions.
I have tried so many different options including some in VBA and nothing is working.
I have tried the box as both a standalone Label and an Unbound Text Box.
Tried changing the Caption and the Value. Have used every imaginable variation of syntax.
The typical error is that the referenced control is not found. Getting this in both Macro and VBA attempts.
Surely it shouldn't be that hard to simply change the words in a Label or Text Box.
What am I missing ???