I defined Tx_upd_memo as TextBox on a form.
Here is my code:
MsgBox(Tx_upd_memo.Text, , "1 memo")
MsgBox(Tx_upd_memo.Text, , "2 memo")
First I see values that I entered on the form. Next I see only values
that were originaly displayed on the form.
Is MsgBox modifying Tx_upd_memo.Text?
Zalek