J
Jess
I have a form with a few textboxes (textbox1, textbox2, etc.). This form is
based on an table.
Whenever textbox1 is updated the textbox1_beforeupdate event is triggered –I
trigger this event by browsing to the next record. In this event
Me.textbox1.text and me.textbox1.value show the same value, the one
me.textbox1.text has. I thought that the value property had the previous
saved value whereas the text property had the actual textbox content. This
does not seem to be my case.
I can retrieve the previously saved value by using the recordsetclone form
property. But I would like to use value textbox property.
Can anybody tell me why Me.textbox1.text and me.textbox1.value show the same
value in the the textbox1_beforeupdate event?
Thanks in advance
based on an table.
Whenever textbox1 is updated the textbox1_beforeupdate event is triggered –I
trigger this event by browsing to the next record. In this event
Me.textbox1.text and me.textbox1.value show the same value, the one
me.textbox1.text has. I thought that the value property had the previous
saved value whereas the text property had the actual textbox content. This
does not seem to be my case.
I can retrieve the previously saved value by using the recordsetclone form
property. But I would like to use value textbox property.
Can anybody tell me why Me.textbox1.text and me.textbox1.value show the same
value in the the textbox1_beforeupdate event?
Thanks in advance