RaiseError Macro Action (Access custom web app)

Office 2013 and later

The RaiseError action displays a popup window that contains a specified error message.

Last modified: March 09, 2015

Applies to: Access 2013 | Access 2016

Important note Important

Microsoft no longer recommends creating and using Access web apps in SharePoint. As an alternative, consider using Microsoft PowerApps to build no-code business solutions for the web and mobile devices.

Note Note

The RaiseError action is available only in Data Macros.

The RaiseError action has the following argument.

Argument

Description

Error Description

A string expression that describes the error.

When the RaiseError action is called, all of the operations in the current transaction are rolled back.

Show: