P
Pato-chan
I have a bound textbox control (txtNotes) that is unlocked to allow for
edits. But I want to update the behind-the-scenes table using the
AfterUpdate Event of the textbox instead of Access' automated update
protocol. Reason being, I need to run an Update or Append query depending on
certain criteria. How might I turn off the Access protocol to update the
record if I'm going to do it in the AfterUpdate Event?
edits. But I want to update the behind-the-scenes table using the
AfterUpdate Event of the textbox instead of Access' automated update
protocol. Reason being, I need to run an Update or Append query depending on
certain criteria. How might I turn off the Access protocol to update the
record if I'm going to do it in the AfterUpdate Event?