Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
I have not tested this. Syntax but it will probably work
Once you have defined the formula variables you nest them like this.
$URLONE
& "&rdr=" & URLEncode($URLTWO)
& URLEncode("&NextURL=" & URLEncode($URLTHREE))
But my suggestion is to use a form rule to populate the date. The reason is because of you first edit that date field and then the user changes their mind and never does edit the child record than the saved entry of that date field will be misleading.
Once you have defined the formula variables you nest them like this.
$URLONE
& "&rdr=" & URLEncode($URLTWO)
& URLEncode("&NextURL=" & URLEncode($URLTHREE))
But my suggestion is to use a form rule to populate the date. The reason is because of you first edit that date field and then the user changes their mind and never does edit the child record than the saved entry of that date field will be misleading.