GaryBoyd
7 years agoQrew Assistant Captain
Button to save record, and edit different record in same table, and redirect
I am using ?a=API_GenAddRecordForm to open a new record to add. Once I hit Save on the form of this new record, I would like to:
1. Save this record and
2. Edit a different record in the same table (without opening it)
3. Return to where I came from
Tried this without luck. Looking at the URL, it stops at &onclick=
"<a class='Vibrant Primary' style=\"width:180px; text-align: center;\" href='" &
"db/" & [_MY_TABLE] & "?a=API_EditRecord" &
"&_fid_10=false" &
"&rid=" & [Old Record number to be inactivated] &
"&onclick='DoSaveAdd()'" &
"'>Save Edit Return</a>"
Thank you
1. Save this record and
2. Edit a different record in the same table (without opening it)
3. Return to where I came from
Tried this without luck. Looking at the URL, it stops at &onclick=
"<a class='Vibrant Primary' style=\"width:180px; text-align: center;\" href='" &
"db/" & [_MY_TABLE] & "?a=API_EditRecord" &
"&_fid_10=false" &
"&rid=" & [Old Record number to be inactivated] &
"&onclick='DoSaveAdd()'" &
"'>Save Edit Return</a>"
Thank you