J
John C.
I have a form which has a combo box. Based on the user
selection, I need to store a variable for long term use.
This is a log program. As the facility changes "modes",
the needed information for turnover changes.
As the modes change, the user selects which mode it is now
in, from a combo box.
I want to recall the most recent mode that was selected,
and present a specific form that has the required info for
the related mode.
The recall could happen during the workday that it
changed, or, more likely, it will be recalled on other
days and other sessions of program use.
Q: How do I store it, and how do I recall it when needed.
selection, I need to store a variable for long term use.
This is a log program. As the facility changes "modes",
the needed information for turnover changes.
As the modes change, the user selects which mode it is now
in, from a combo box.
I want to recall the most recent mode that was selected,
and present a specific form that has the required info for
the related mode.
The recall could happen during the workday that it
changed, or, more likely, it will be recalled on other
days and other sessions of program use.
Q: How do I store it, and how do I recall it when needed.