Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.12 KB

deleterecord-macro-action.md

File metadata and controls

46 lines (36 loc) · 1.12 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version ms.localizationpriority
DeleteRecord macro action
DeleteRecord macro action
c656a72c-c037-76a5-dc07-f6eccb6590dd
48547624
09/18/2015
v=office.15
medium

DeleteRecord macro action

Applies to: Access 2013, Office 2013

You can use the DeleteRecord action to delete a record.

Setting

The CreateRecord data block 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.

Remarks

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]