SetField Macro Action (Access custom web app)

Office 2013 and later

The SetField action can be used to assign a value to a field.

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 SetField action is available only in Data Macros.

The SetField action has the arguments listed in the following table.

Argument name

Description

Name

A string that identifies the field.

Value

An expression that specifies the value to assign to the field.

The SetField action cannot be used outside of a CreateRecord or EditRecord data block.

Show: