BackURL()
Returns the current URL location information.
Returns
Text
Examples
URLRoot() & "/edit.aspx?t=" & TableId() & "&back=" & BackURL()
returns the URL to the "Add New Record" page of the current table in the current database.
Returns the current URL location information.
Text
URLRoot() & "/edit.aspx?t=" & TableId() & "&back=" & BackURL()
returns the URL to the "Add New Record" page of the current table in the current database.