TableId()
Returns the ID of the current table.
Returns
Text
Examples
URLRoot() & "/edit.aspx?t=" & TableId() & "&id=" & RecordId() & "&back=" & BackURL()
returns the URL to the record edit page.
Returns the ID of the current table.
Text
URLRoot() & "/edit.aspx?t=" & TableId() & "&id=" & RecordId() & "&back=" & BackURL()
returns the URL to the record edit page.