How do i update and save the caption for a label?

martinr

Registered User.
Local time
Today, 09:39
Joined
Nov 16, 2011
Messages
74
I have a single form with a label.
Sometimes the user wants to update the caption for the label - this carries through to the report heading etc.

It's simple to get the user to change the caption using a button /InputBox, however when we close and re-open the Database
it defaults back to the original caption - not the updated one.
Is it possible to save the most recent caption as the default?
 
What about saving the caption for the entirety of the db session? Save it in a variable.
 

Users who are viewing this thread

Back
Top Bottom