Forum Discussion
QuickBaseCoachD
10 years agoQrew Captain
David, not tested, but maybe there is a simple solution using nexturl to make customized EDIT button.
var text URLONE = urlroot() & "db/" & dbid() & "?a=er& rid=" & ToText(Record ID#])
var text URLTWO = urlroot() & "db/" & dbid() & "?a=q&qid=xx"
$URLONE
& "&nexturl=" & urlencode($URLTWO)
var text URLONE = urlroot() & "db/" & dbid() & "?a=er& rid=" & ToText(Record ID#])
var text URLTWO = urlroot() & "db/" & dbid() & "?a=q&qid=xx"
$URLONE
& "&nexturl=" & urlencode($URLTWO)
KellyBianchi
7 years agoQrew Assistant Captain
No, sorry, I did not. You might just want to add a line of text to instruct users to save and then add their child records.