Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SetField action can be used to assign a value to a field.
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
The SetField action is available only in Data Macros.
Setting
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. |
Remarks
The SetField action cannot be used outside of a CreateRecord or EditRecord data block.