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.
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.