tag:blogger.com,1999:blog-7176045.post112772970521915203..comments2008-06-20T16:54:06.580+04:00Comments on Alex & Access: How to undo whole recordAlex Dybenkohttp://www.blogger.com/profile/16954512620659022712noreply@blogger.comBlogger5125tag:blogger.com,1999:blog-7176045.post-32971140571965273392008-06-20T16:54:00.000+04:002008-06-20T16:54:00.000+04:002008-06-20T16:54:00.000+04:00Or you could put in VBA:DoCmd.SetWarnings (False)....Or you could put in VBA:<BR/><BR/>DoCmd.SetWarnings (False)<BR/>...here comes your 'undo' code<BR/>DoCmd.SetWarnings (True)<BR/><BR/>_ _ _ _ _ _ _ _ _ _ _ _ <BR/>this way you would have the warnings only temporarly inactive.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-7176045.post-67687415640450605472007-06-14T19:39:00.000+04:002007-06-14T19:39:00.000+04:002007-06-14T19:39:00.000+04:00ya that works :)tools > options > Edit/Find > Conf...ya that works :)<BR/><BR/>tools > options > Edit/Find > Confirm (Uncheck Record Changes option)<BR/><BR/><BR/>thanks for your "prompt" reply :)Ms Access Beginnernoreply@blogger.comtag:blogger.com,1999:blog-7176045.post-43720473500245807582007-06-14T18:34:00.001+04:002007-06-14T18:34:00.001+04:002007-06-14T18:34:00.001+04:00Hi,you can switch off delete prompts in access opt...Hi,<BR/>you can switch off delete prompts in access optionsAlex Dybenkohttp://www.blogger.com/profile/16954512620659022712noreply@blogger.comtag:blogger.com,1999:blog-7176045.post-61767482597880634132007-06-14T12:51:00.000+04:002007-06-14T12:51:00.000+04:002007-06-14T12:51:00.000+04:00i was wondering if we can bypass the prompt for de...i was wondering if we can bypass the prompt for deletion<BR/><BR/>i mean, if there was no prompt before deleting the record, the undo operation would have looked more realistic :)<BR/><BR/>any thoughts?Ms Access Beginnernoreply@blogger.comtag:blogger.com,1999:blog-7176045.post-1151675813875296012006-06-30T17:56:00.000+04:002006-06-30T17:56:00.000+04:002006-06-30T17:56:00.000+04:00Very useful, thanks. I was strugling with undo on ...Very useful, thanks. I was strugling with undo on a form with both bound and unbound controls and couldn't get the "DoCmd" to work properly. But this code does the trick.Anonymousnoreply@blogger.com