Bounded textbox not saved yet. Msgbox(textbox) returns the older value from the table

hellind

Registered User.
Local time
Today, 18:33
Joined
Nov 17, 2008
Messages
21
I have a bounded textbox to a field. The value I see on the textbox is "MSACCESS". The value in the field is "MS" because it is not yet saved to the table.

MsgBox(Me.TextBox) Returns "MS". It returns the value from the table.

How do I return the value from the text-box?

I don't want to save to the table yet.
 
The current content of the text box is the .Text property.
 
Thanks a lot. It worked. I spend hours Googling for an answer.
 

Users who are viewing this thread

Back
Top Bottom