G
Guest
Hi everyone,
As I understand it, MS Access uses a mechanism when the user loses focus
from main to subform. After that point you cannot use the Undo method to
clear the form.
I would like to make a procedure to handle both cases:
Ie;
If (undo is not allowed )Then
'Do this
Else
me.undo
End IF
Can somebody help me with this?
Cheers,
David
As I understand it, MS Access uses a mechanism when the user loses focus
from main to subform. After that point you cannot use the Undo method to
clear the form.
I would like to make a procedure to handle both cases:
Ie;
If (undo is not allowed )Then
'Do this
Else
me.undo
End IF
Can somebody help me with this?
Cheers,
David