cancel update in subform

M

Michelle_bcp

is anyone has idea about how to cancel update of subform if cance
button on parent form is clicked... i have 2 button in my main form
save n cancel....i cannot use me.undo on my subform update codin
since the subform record is saved after the record lost focus...
 
A

Alex Dybenko

Hi,
you can only do this - if you link a subform to a temporary table, and when
save button pressed on main form - copy changed data from temp table to real
table. and if cancel - then do nothing
 
Top