DeleteRecord Data Macro Action (Access custom web app)

Office 2013 and later

You can use the DeleteRecord action to delete a record.

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.

The DeleteRecord action has the following arguments.

Argument

Description

Record Alias

A string that identifies the record to delete. If the Alias argument is not specified, then the current record is deleted.

You can use the LastCreateRecordIdentity local variable to work with last record created in a CreateRecord data block. For example, use the following syntax to refer to the most recently created record:

[LastCreateRecordIdentity]
Show: