Forum Discussion
JasonJohnson2
6 years agoQrew Cadet
There is a value in [Next Issue Number]. When I flip the order the issue number will populate but not the related field. Here is the rest minus the style for the button.
var text URL= URLRoot() & "db/" & [_DBID_ISSUE_LOG] & "?a=API_GenAddRecordForm"
& "&_fid_8=" & [Record ID#]
& "&_fid_6=" & URLEncode([Next Issue Number]);
"<a " & $style & " href=" & $URL & "z=" & Rurl()
& "> Create Issue </a>"
var text URL= URLRoot() & "db/" & [_DBID_ISSUE_LOG] & "?a=API_GenAddRecordForm"
& "&_fid_8=" & [Record ID#]
& "&_fid_6=" & URLEncode([Next Issue Number]);
"<a " & $style & " href=" & $URL & "z=" & Rurl()
& "> Create Issue </a>"