first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

PROBLEM: When a DoCmd Action is Called from Code but Cancelled By the User a Runtime Error Occurs; Error 2501

When a DoCmd Action is called from VBA code but cancelled by user a runtime error occurs. This is error 2501. I usually trap this VBA.Err and Resume to the exit line label in my error handling structure.

mod date: 1998-11-01T18:12:45.000Z