Forum Discussion
MCFNeil
8 years agoQrew Captain
$URLONE
& "&rdr=" & URLEncode($URLTWO)
& URLEncode("&rdr=" & URLEncode($URLTHREE))
& URLEncode(URLEncode("&rdr=" & URLEncode($URLFOUR)))You will need to remove the 'void.reload' portion from your first button if you are going to utilize the 'display record' variable to show a specific record.
The edit & add variables can be in any order as long as they don't affect eachother.
Cheers,