AccessBug27
New member
- Local time
- Today, 17:27
- Joined
- Jun 5, 2017
- Messages
- 8
I have an unbound Text Box that the user enters data into which is then used by VBA Code when a button is clicked on the Form.
If I use TAB to exit after changing the data then the correct value is used by the code.
However if it loses Focus, ie the Button is clicked, the old value is used, not the displayed changed value in the box.
How can it update the data in the unbound text box when it looses focus?
If I use TAB to exit after changing the data then the correct value is used by the code.
However if it loses Focus, ie the Button is clicked, the old value is used, not the displayed changed value in the box.
How can it update the data in the unbound text box when it looses focus?