Before Update Event

  • Thread starter Thread starter QB
  • Start date Start date
Q

QB

Is there a way to retrieve the original value/text that was in a textbox in
the BeforeUpdate event. I do not want to cancel, but would need to pass the
original value to a variable for use...

Thank you for the insight.

QB
 
QB said:
Is there a way to retrieve the original value/text that was in a textbox in
the BeforeUpdate event. I do not want to cancel, but would need to pass the
original value to a variable for use...


I think you can use the OldValue property to do that.
 
Back
Top