ArchiveUser
7 years agoQrew Captain
Add a new record but stay on the same same form
I have two tables. A Quality Records and a Defect/NCR/ CAR. When creating a new Quality record, it becomes a Defect/NCR/ CAR. I want to be able to click the button, create the Defect/NCR/ CAR but stay on the Quality Record.
Here is the formula:
URLRoot() & "db/" & [_DBID_TABLE_1] & "?a=API_GenAddRecordForm&_fid_345=" & URLEncode ([Record ID#])& "&z=" & Rurl()
Here is the formula:
URLRoot() & "db/" & [_DBID_TABLE_1] & "?a=API_GenAddRecordForm&_fid_345=" & URLEncode ([Record ID#])& "&z=" & Rurl()