RecordId()
Returns the internal ID of the current record.
Returns
Text
Description
This value is distinct from the "Id" table column value.
Examples
URLRoot() & "/edit.aspx?t=" & TableId() & "&id=" & RecordId() & "&back=" & BackURL()
returns the URL to the record edit page.