Hi Gina,
Here's a scenario:
1. Checkbox is ticked and the Edit form pops-up
2. User enters "Hello World" and moves away from the textbox, so the After Update event fires
3. Now user decides that they don't want to change the original text afterall and clicks on the 'X' Close button.
4. The user doesn't remember what the previous text is and there is no undo button. What happens here?
From what I gather the text will be saved immediately and the ControlTipText updated immediately too right?
My thoughts were:
1. Checkbox is ticked and the Edit form pops-up
2. User enters "Hello World" and moves away from the textbox, no update is performed.
3. Now user decides that they don't want to change the original text afterall and clicks on the 'X' Close button.
4. ControlTipText remains the same and the Value of the textbox is not changed.
So if the user wants to save changes, a Save button would be a nice thing to have on the Edit form so the user is explicitly agreeing to override the current value of the memo. Since memos can be quite long, it would be particularly useful to override current text only after confirmation.
Or is this not what the OP wants?