Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Here is another solution which might be a better user interface as the user would not have to click a special save button.
var text URLONE = URLRoot() & "db/" & Dbid() & "?a=er&dfid=10&rid=" & ToText([Record ID#]);
var text URLTWO = URLRoot() & "db/" & [_DBID_my table name] & "?a=q&qid=xx";
$URLONE
& "&NextURL=" & URLEncode($URLTWO )
var text URLONE = URLRoot() & "db/" & Dbid() & "?a=er&dfid=10&rid=" & ToText([Record ID#]);
var text URLTWO = URLRoot() & "db/" & [_DBID_my table name] & "?a=q&qid=xx";
$URLONE
& "&NextURL=" & URLEncode($URLTWO )
QuickBaseCoachD
8 years agoQrew Captain
Ok, I just tested mine and it works. Maybe some weird temporary chaching issue.