N
nickpup
I have Access 2002 with an .adp file talking to SQL Server 2000. I have a
form that allows the user to cancel an added record. Some of the record
operations were done using menu commands like:
DoCmd.DoMenuItem acFormBar, acEditMenu, acUndo, , acMenuVer70
These don't always seem to work and I think they are obsolete. I tried
using recordset.cancelupdate, inside the cancel buttons click event, to
remove a newly added record that is being cancelled but it seems to do
nothing.
Why doesn't recordset.cancelupdate work? How can the command be executed
and just be ignored!?
Thanks,
nickpup
form that allows the user to cancel an added record. Some of the record
operations were done using menu commands like:
DoCmd.DoMenuItem acFormBar, acEditMenu, acUndo, , acMenuVer70
These don't always seem to work and I think they are obsolete. I tried
using recordset.cancelupdate, inside the cancel buttons click event, to
remove a newly added record that is being cancelled but it seems to do
nothing.
Why doesn't recordset.cancelupdate work? How can the command be executed
and just be ignored!?
Thanks,
nickpup