R
rexirae
I have a textbox in a form called Charge and i am trying to make it to
revert to its old value if the user doesn't accept the changes.
Private Sub Charge_BeforeUpdate()
....
Code
....
If user responds does not respond with a yes then
Me.Charge.Value = Me.Charge.Value + OldCharge
This is where the error pops up...
Any ideas would be highly appreciated,
Thanks
revert to its old value if the user doesn't accept the changes.
Private Sub Charge_BeforeUpdate()
....
Code
....
If user responds does not respond with a yes then
Me.Charge.Value = Me.Charge.Value + OldCharge
This is where the error pops up...
Any ideas would be highly appreciated,
Thanks